Html Css Color HEX #66027B Purple

📋 copy color: '#66027B'

red 102 ◦ green 2 ◦ blue 123

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

Shades of Purple #66027B

Tints of Purple #66027B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 54.19%

R = 44.93%
G = 0.88%
B = 54.19%

CMYK

 C value IS 0.17

 M value IS 0.98

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#66027B (or 0x66027B) is known color: Purple. HEX triplet: 66, 02 and 7B. RGB value is (102,2,123). Sum of RGB (Red+Green+Blue) = 102+2+123=227 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.93% from 227); Green value is 2 (1.17% from 255 or 0.88% from 227); Blue value is 123 (48.44% from 255 or 54.19% from 227); Max value from RGB is 123 - color contains mainly: blue. Hex color #66027B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66027B is #99FD84. Grayscale: #2D2D2D. Windows color (decimal): -10091909 or 8061542. OLE color: 8061542.

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

Color convert

RGB 102 2 123 -
CMYK 0.17 0.98 0 0.52
HSL 289.59º 0.97% 0.25% -
HSV(B) 289.59º 0.98% 0.48% -
XYZ 9.08 4.3 19.09 -
YUV 45.69 171.63 168.16 -
System Red Green Blue C M Y K H S L
Decimal 102 2 123 0.17 0.98 0 0.52 289.59 0.97 0.25
Hex 66 2 7B 11 62 0 34 122 61 19
Octal 146 2 173 21 142 0 64 442 141 31
Binary 1100110 10 1111011 10001 1100010 0 110100 100100010 1100001 11001

Color Harmonies of #66027B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66027B

Black with #66027B

Text Example


Text Example

White with #66027B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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