Html Css Color HEX #66087D Purple

📋 copy color: '#66087D'

red 102 ◦ green 8 ◦ blue 125

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

Shades of Purple #66087D

Tints of Purple #66087D

RGB

 RED value IS 102 (40.23% from 255) = 43.4%

 GREEN value IS 8 (3.52% from 255) = 3.4%

 BLUE value IS 125 (49.22% from 255) = 53.19%

R = 43.4%
G = 3.4%
B = 53.19%

CMYK

 C value IS 0.18

 M value IS 0.94

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#66087D (or 0x66087D) is known color: Purple. HEX triplet: 66, 08 and 7D. RGB value is (102,8,125). Sum of RGB (Red+Green+Blue) = 102+8+125=235 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.40% from 235); Green value is 8 (3.52% from 255 or 3.40% from 235); Blue value is 125 (49.22% from 255 or 53.19% from 235); Max value from RGB is 125 - color contains mainly: blue. Hex color #66087D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66087D is #99F782. Grayscale: #313131. Windows color (decimal): -10090371 or 8194150. OLE color: 8194150.

HSL color Cylindrical-coordinate representation of color #66087D: hue angle of 288.21º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #66087D is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 102 8 125 -
CMYK 0.18 0.94 0 0.51
HSL 288.21º 0.88% 0.26% -
HSV(B) 288.21º 0.94% 0.49% -
XYZ 9.27 4.48 19.78 -
YUV 49.44 170.64 165.49 -
System Red Green Blue C M Y K H S L
Decimal 102 8 125 0.18 0.94 0 0.51 288.21 0.88 0.26
Hex 66 8 7D 12 5E 0 33 120 58 1A
Octal 146 10 175 22 136 0 63 440 130 32
Binary 1100110 1000 1111101 10010 1011110 0 110011 100100000 1011000 11010

Color Harmonies of #66087D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66087D

Black with #66087D

Text Example


Text Example

White with #66087D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,8,125); }

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

background-color css

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

 a { background-color: rgb(102,8,125); }

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

border-color css

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

 span { border-color: rgb(102,8,125); }

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