Html Css Color HEX #66057A Purple

📋 copy color: '#66057A'

red 102 ◦ green 5 ◦ blue 122

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

Shades of Purple #66057A

Tints of Purple #66057A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.18%

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

R = 44.54%
G = 2.18%
B = 53.28%

CMYK

 C value IS 0.16

 M value IS 0.96

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#66057A (or 0x66057A) is known color: Purple. HEX triplet: 66, 05 and 7A. RGB value is (102,5,122). Sum of RGB (Red+Green+Blue) = 102+5+122=229 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.54% from 229); Green value is 5 (2.34% from 255 or 2.18% from 229); Blue value is 122 (48.05% from 255 or 53.28% from 229); Max value from RGB is 122 - color contains mainly: blue. Hex color #66057A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66057A is #99FA85. Grayscale: #2E2E2E. Windows color (decimal): -10091142 or 7996774. OLE color: 7996774.

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

Color convert

RGB 102 5 122 -
CMYK 0.16 0.96 0 0.52
HSL 289.74º 0.92% 0.25% -
HSV(B) 289.74º 0.96% 0.48% -
XYZ 9.05 4.34 18.77 -
YUV 47.34 170.14 166.99 -
System Red Green Blue C M Y K H S L
Decimal 102 5 122 0.16 0.96 0 0.52 289.74 0.92 0.25
Hex 66 5 7A 10 60 0 34 122 5C 19
Octal 146 5 172 20 140 0 64 442 134 31
Binary 1100110 101 1111010 10000 1100000 0 110100 100100010 1011100 11001

Color Harmonies of #66057A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66057A

Black with #66057A

Text Example


Text Example

White with #66057A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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