Html Css Color HEX #66024D Tyrian Purple

📋 copy color: '#66024D'

red 102 ◦ green 2 ◦ blue 77

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

Shades of Tyrian Purple #66024D

Tints of Tyrian Purple #66024D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 42.54%

R = 56.35%
G = 1.1%
B = 42.54%

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

#66024D (or 0x66024D) is known color: Tyrian Purple. HEX triplet: 66, 02 and 4D. RGB value is (102,2,77). Sum of RGB (Red+Green+Blue) = 102+2+77=181 (23% of max value = 765). Red value is 102 (40.23% from 255 or 56.35% from 181); Green value is 2 (1.17% from 255 or 1.10% from 181); Blue value is 77 (30.47% from 255 or 42.54% from 181); Max value from RGB is 102 - color contains mainly: red. Hex color #66024D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66024D is #99FDB2. Grayscale: #282828. Windows color (decimal): -10091955 or 5046886. OLE color: 5046886.

HSL color Cylindrical-coordinate representation of color #66024D: hue angle of 315º 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 #66024D is Cyan = 0, Magento = 0.98, Yellow = 0.25 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 2 77 -
CMYK 0 0.98 0.25 0.6
HSL 315º 0.96% 0.2% -
HSV(B) 315º 0.98% 0.4% -
XYZ 6.84 3.4 7.32 -
YUV 40.45 148.63 171.9 -
System Red Green Blue C M Y K H S L
Decimal 102 2 77 0 0.98 0.25 0.6 315 0.96 0.2
Hex 66 2 4D 0 62 19 3C 13B 60 14
Octal 146 2 115 0 142 31 74 473 140 24
Binary 1100110 10 1001101 0 1100010 11001 111100 100111011 1100000 10100

Color Harmonies of #66024D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66024D

Black with #66024D

Text Example


Text Example

White with #66024D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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