Html Css Color HEX #63006D Purple

📋 copy color: '#63006D'

red 99 ◦ green 0 ◦ blue 109

#63006D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple #63006D

Tints of Purple #63006D

RGB

 RED value IS 99 (39.06% from 255) = 47.6%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 109 (42.97% from 255) = 52.4%

R = 47.6%
G = 0%
B = 52.4%

CMYK

 C value IS 0.09

 M value IS 1

 Y value IS 0

 K value IS 0.57

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#63006D (or 0x63006D) is known color: Purple. HEX triplet: 63, 00 and 6D. RGB value is (99,0,109). Sum of RGB (Red+Green+Blue) = 99+0+109=208 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.60% from 208); Green value is 0 (0.39% from 255 or 0% from 208); Blue value is 109 (42.97% from 255 or 52.40% from 208); Max value from RGB is 109 - color contains mainly: blue. Hex color #63006D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63006D is #9CFF92. Grayscale: #292929. Windows color (decimal): -10289043 or 7143523. OLE color: 7143523.

HSL color Cylindrical-coordinate representation of color #63006D: hue angle of 294.5º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #63006D is Cyan = 0.09, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 99 0 109 -
CMYK 0.09 1 0 0.57
HSL 294.5º 1% 0.21% -
HSV(B) 294.5º 1% 0.43% -
XYZ 7.91 3.76 14.78 -
YUV 42.03 165.8 168.64 -
System Red Green Blue C M Y K H S L
Decimal 99 0 109 0.09 1 0 0.57 294.5 1 0.21
Hex 63 0 6D 9 64 0 39 126 64 15
Octal 143 0 155 11 144 0 71 446 144 25
Binary 1100011 0 1101101 1001 1100100 0 111001 100100110 1100100 10101

Color Harmonies of #63006D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63006D

Black with #63006D

Text Example


Text Example

White with #63006D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63006D; }

 p { color: rgb(99,0,109); }

 H1.HeaderClassName
 {
   color: #63006D;
 }
 .AnyTagClassName
 {
   color: #63006D;
 }
</style>

background-color css

<style>
 a { background-color: #63006D; }

 a { background-color: rgb(99,0,109); }

 div.DivClassName
 {
   background-color: #63006D;
 }
 .BgClassName
 {
   background-color: #63006D;
 }
</style>

border-color css

<style>
 span { border-color: #63006D; }

 span { border-color: rgb(99,0,109); }

 td.TdClassName
 {
   border-color: #63006D;
 }
 .TagClassName
 {
   border-color: #63006D;
 }
</style>