Html Css Color HEX #66027A Purple

📋 copy color: '#66027A'

red 102 ◦ green 2 ◦ blue 122

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

Shades of Purple #66027A

Tints of Purple #66027A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 53.98%

R = 45.13%
G = 0.88%
B = 53.98%

CMYK

 C value IS 0.16

 M value IS 0.98

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#66027A (or 0x66027A) is known color: Purple. HEX triplet: 66, 02 and 7A. RGB value is (102,2,122). Sum of RGB (Red+Green+Blue) = 102+2+122=226 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.13% from 226); Green value is 2 (1.17% from 255 or 0.88% from 226); Blue value is 122 (48.05% from 255 or 53.98% from 226); Max value from RGB is 122 - color contains mainly: blue. Hex color #66027A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66027A is #99FD85. Grayscale: #2D2D2D. Windows color (decimal): -10091910 or 7996006. OLE color: 7996006.

HSL color Cylindrical-coordinate representation of color #66027A: hue angle of 290º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #66027A is Cyan = 0.16, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 102 2 122 -
CMYK 0.16 0.98 0 0.52
HSL 290º 0.97% 0.24% -
HSV(B) 290º 0.98% 0.48% -
XYZ 9.01 4.27 18.76 -
YUV 45.58 171.13 168.24 -
System Red Green Blue C M Y K H S L
Decimal 102 2 122 0.16 0.98 0 0.52 290 0.97 0.24
Hex 66 2 7A 10 62 0 34 122 61 18
Octal 146 2 172 20 142 0 64 442 141 30
Binary 1100110 10 1111010 10000 1100010 0 110100 100100010 1100001 11000

Color Harmonies of #66027A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66027A

Black with #66027A

Text Example


Text Example

White with #66027A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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