Html Css Color HEX #66087F Purple

📋 copy color: '#66087F'

red 102 ◦ green 8 ◦ blue 127

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

Shades of Purple #66087F

Tints of Purple #66087F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 53.59%

R = 43.04%
G = 3.38%
B = 53.59%

CMYK

 C value IS 0.20

 M value IS 0.94

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#66087F (or 0x66087F) is known color: Purple. HEX triplet: 66, 08 and 7F. RGB value is (102,8,127). Sum of RGB (Red+Green+Blue) = 102+8+127=237 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.04% from 237); Green value is 8 (3.52% from 255 or 3.38% from 237); Blue value is 127 (50% from 255 or 53.59% from 237); Max value from RGB is 127 - color contains mainly: blue. Hex color #66087F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66087F is #99F780. Grayscale: #313131. Windows color (decimal): -10090369 or 8325222. OLE color: 8325222.

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

Color convert

RGB 102 8 127 -
CMYK 0.20 0.94 0 0.50
HSL 287.4º 0.88% 0.26% -
HSV(B) 287.4º 0.94% 0.5% -
XYZ 9.4 4.53 20.46 -
YUV 49.67 171.64 165.32 -
System Red Green Blue C M Y K H S L
Decimal 102 8 127 0.20 0.94 0 0.50 287.4 0.88 0.26
Hex 66 8 7F 14 5E 0 32 11F 58 1A
Octal 146 10 177 24 136 0 62 437 130 32
Binary 1100110 1000 1111111 10100 1011110 0 110010 100011111 1011000 11010

Color Harmonies of #66087F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66087F

Black with #66087F

Text Example


Text Example

White with #66087F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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