Html Css Color HEX #66027E Purple

📋 copy color: '#66027E'

red 102 ◦ green 2 ◦ blue 126

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

Shades of Purple #66027E

Tints of Purple #66027E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 54.78%

R = 44.35%
G = 0.87%
B = 54.78%

CMYK

 C value IS 0.19

 M value IS 0.98

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#66027E (or 0x66027E) is known color: Purple. HEX triplet: 66, 02 and 7E. RGB value is (102,2,126). Sum of RGB (Red+Green+Blue) = 102+2+126=230 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.35% from 230); Green value is 2 (1.17% from 255 or 0.87% from 230); Blue value is 126 (49.61% from 255 or 54.78% from 230); Max value from RGB is 126 - color contains mainly: blue. Hex color #66027E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66027E is #99FD81. Grayscale: #2D2D2D. Windows color (decimal): -10091906 or 8258150. OLE color: 8258150.

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

Color convert

RGB 102 2 126 -
CMYK 0.19 0.98 0 0.51
HSL 288.39º 0.97% 0.25% -
HSV(B) 288.39º 0.98% 0.49% -
XYZ 9.27 4.37 20.09 -
YUV 46.04 173.13 167.92 -
System Red Green Blue C M Y K H S L
Decimal 102 2 126 0.19 0.98 0 0.51 288.39 0.97 0.25
Hex 66 2 7E 13 62 0 33 120 61 19
Octal 146 2 176 23 142 0 63 440 141 31
Binary 1100110 10 1111110 10011 1100010 0 110011 100100000 1100001 11001

Color Harmonies of #66027E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66027E

Black with #66027E

Text Example


Text Example

White with #66027E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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