Html Css Color HEX #66007F Purple

📋 copy color: '#66007F'

red 102 ◦ green 0 ◦ blue 127

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

Shades of Purple #66007F

Tints of Purple #66007F

RGB

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

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

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

R = 44.54%
G = 0%
B = 55.46%

CMYK

 C value IS 0.20

 M value IS 1

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#66007F (or 0x66007F) is known color: Purple. HEX triplet: 66, 00 and 7F. RGB value is (102,0,127). Sum of RGB (Red+Green+Blue) = 102+0+127=229 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.54% from 229); Green value is 0 (0.39% from 255 or 0% from 229); Blue value is 127 (50% from 255 or 55.46% from 229); Max value from RGB is 127 - color contains mainly: blue. Hex color #66007F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66007F is #99FF80. Grayscale: #2C2C2C. Windows color (decimal): -10092417 or 8323174. OLE color: 8323174.

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

Color convert

RGB 102 0 127 -
CMYK 0.20 1 0 0.50
HSL 288.19º 1% 0.25% -
HSV(B) 288.19º 1% 0.5% -
XYZ 9.31 4.36 20.43 -
YUV 44.98 174.29 168.67 -
System Red Green Blue C M Y K H S L
Decimal 102 0 127 0.20 1 0 0.50 288.19 1 0.25
Hex 66 0 7F 14 64 0 32 120 64 19
Octal 146 0 177 24 144 0 62 440 144 31
Binary 1100110 0 1111111 10100 1100100 0 110010 100100000 1100100 11001

Color Harmonies of #66007F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66007F

Black with #66007F

Text Example


Text Example

White with #66007F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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