Html Css Color HEX #66027F Purple

📋 copy color: '#66027F'

red 102 ◦ green 2 ◦ blue 127

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

Shades of Purple #66027F

Tints of Purple #66027F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.87%

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

R = 44.16%
G = 0.87%
B = 54.98%

CMYK

 C value IS 0.20

 M value IS 0.98

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#66027F (or 0x66027F) is known color: Purple. HEX triplet: 66, 02 and 7F. RGB value is (102,2,127). Sum of RGB (Red+Green+Blue) = 102+2+127=231 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.16% from 231); Green value is 2 (1.17% from 255 or 0.87% from 231); Blue value is 127 (50% from 255 or 54.98% from 231); Max value from RGB is 127 - color contains mainly: blue. Hex color #66027F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66027F is #99FD80. Grayscale: #2D2D2D. Windows color (decimal): -10091905 or 8323686. OLE color: 8323686.

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

Color convert

RGB 102 2 127 -
CMYK 0.20 0.98 0 0.50
HSL 288º 0.97% 0.25% -
HSV(B) 288º 0.98% 0.5% -
XYZ 9.33 4.4 20.44 -
YUV 46.15 173.63 167.84 -
System Red Green Blue C M Y K H S L
Decimal 102 2 127 0.20 0.98 0 0.50 288 0.97 0.25
Hex 66 2 7F 14 62 0 32 120 61 19
Octal 146 2 177 24 142 0 62 440 141 31
Binary 1100110 10 1111111 10100 1100010 0 110010 100100000 1100001 11001

Color Harmonies of #66027F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66027F

Black with #66027F

Text Example


Text Example

White with #66027F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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