Html Css Color HEX #66024C Tyrian Purple

📋 copy color: '#66024C'

red 102 ◦ green 2 ◦ blue 76

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

Shades of Tyrian Purple #66024C

Tints of Tyrian Purple #66024C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 42.22%

R = 56.67%
G = 1.11%
B = 42.22%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.25

 K value IS 0.6

RGB Variations

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

Color information

#66024C (or 0x66024C) is known color: Tyrian Purple. HEX triplet: 66, 02 and 4C. RGB value is (102,2,76). Sum of RGB (Red+Green+Blue) = 102+2+76=180 (23% of max value = 765). Red value is 102 (40.23% from 255 or 56.67% from 180); Green value is 2 (1.17% from 255 or 1.11% from 180); Blue value is 76 (30.08% from 255 or 42.22% from 180); Max value from RGB is 102 - color contains mainly: red. Hex color #66024C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66024C is #99FDB3. Grayscale: #282828. Windows color (decimal): -10091956 or 4981350. OLE color: 4981350.

HSL color Cylindrical-coordinate representation of color #66024C: hue angle of 315.6º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #66024C is Cyan = 0, Magento = 0.98, Yellow = 0.25 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 2 76 -
CMYK 0 0.98 0.25 0.6
HSL 315.6º 0.96% 0.2% -
HSV(B) 315.6º 0.98% 0.4% -
XYZ 6.81 3.39 7.13 -
YUV 40.34 148.13 171.98 -
System Red Green Blue C M Y K H S L
Decimal 102 2 76 0 0.98 0.25 0.6 315.6 0.96 0.2
Hex 66 2 4C 0 62 19 3C 13C 60 14
Octal 146 2 114 0 142 31 74 474 140 24
Binary 1100110 10 1001100 0 1100010 11001 111100 100111100 1100000 10100

Color Harmonies of #66024C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66024C

Black with #66024C

Text Example


Text Example

White with #66024C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66024C; }

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

 H1.HeaderClassName
 {
   color: #66024C;
 }
 .AnyTagClassName
 {
   color: #66024C;
 }
</style>

background-color css

<style>
 a { background-color: #66024C; }

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

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

border-color css

<style>
 span { border-color: #66024C; }

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

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