Html Css Color HEX #66044A Tyrian Purple

📋 copy color: '#66044A'

red 102 ◦ green 4 ◦ blue 74

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

Shades of Tyrian Purple #66044A

Tints of Tyrian Purple #66044A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.22%

 BLUE value IS 74 (29.3% from 255) = 41.11%

R = 56.67%
G = 2.22%
B = 41.11%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.27

 K value IS 0.6

RGB Variations

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

Color information

#66044A (or 0x66044A) is known color: Tyrian Purple. HEX triplet: 66, 04 and 4A. RGB value is (102,4,74). Sum of RGB (Red+Green+Blue) = 102+4+74=180 (23% of max value = 765). Red value is 102 (40.23% from 255 or 56.67% from 180); Green value is 4 (1.95% from 255 or 2.22% from 180); Blue value is 74 (29.30% from 255 or 41.11% from 180); Max value from RGB is 102 - color contains mainly: red. Hex color #66044A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66044A is #99FBB5. Grayscale: #292929. Windows color (decimal): -10091446 or 4850790. OLE color: 4850790.

HSL color Cylindrical-coordinate representation of color #66044A: hue angle of 317.14º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #66044A is Cyan = 0, Magento = 0.96, Yellow = 0.27 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 4 74 -
CMYK 0 0.96 0.27 0.6
HSL 317.14º 0.92% 0.21% -
HSV(B) 317.14º 0.96% 0.4% -
XYZ 6.76 3.41 6.78 -
YUV 41.28 146.47 171.31 -
System Red Green Blue C M Y K H S L
Decimal 102 4 74 0 0.96 0.27 0.6 317.14 0.92 0.21
Hex 66 4 4A 0 60 1B 3C 13D 5C 15
Octal 146 4 112 0 140 33 74 475 134 25
Binary 1100110 100 1001010 0 1100000 11011 111100 100111101 1011100 10101

Color Harmonies of #66044A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66044A

Black with #66044A

Text Example


Text Example

White with #66044A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,4,74); }

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

background-color css

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

 a { background-color: rgb(102,4,74); }

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

border-color css

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

 span { border-color: rgb(102,4,74); }

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