Html Css Color HEX #66004A Tyrian Purple

📋 copy color: '#66004A'

red 102 ◦ green 0 ◦ blue 74

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

Shades of Tyrian Purple #66004A

Tints of Tyrian Purple #66004A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 57.95%
G = 0%
B = 42.05%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.27

 K value IS 0.6

RGB Variations

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

Color information

#66004A (or 0x66004A) is known color: Tyrian Purple. HEX triplet: 66, 00 and 4A. RGB value is (102,0,74). Sum of RGB (Red+Green+Blue) = 102+0+74=176 (23% of max value = 765). Red value is 102 (40.23% from 255 or 57.95% from 176); Green value is 0 (0.39% from 255 or 0% from 176); Blue value is 74 (29.30% from 255 or 42.05% from 176); Max value from RGB is 102 - color contains mainly: red. Hex color #66004A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66004A is #99FFB5. Grayscale: #262626. Windows color (decimal): -10092470 or 4849766. OLE color: 4849766.

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

Color convert

RGB 102 0 74 -
CMYK 0 1 0.27 0.6
HSL 316.47º 1% 0.2% -
HSV(B) 316.47º 1% 0.4% -
XYZ 6.72 3.32 6.77 -
YUV 38.93 147.79 172.98 -
System Red Green Blue C M Y K H S L
Decimal 102 0 74 0 1 0.27 0.6 316.47 1 0.2
Hex 66 0 4A 0 64 1B 3C 13C 64 14
Octal 146 0 112 0 144 33 74 474 144 24
Binary 1100110 0 1001010 0 1100100 11011 111100 100111100 1100100 10100

Color Harmonies of #66004A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66004A

Black with #66004A

Text Example


Text Example

White with #66004A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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