Html Css Color HEX #66084A Tyrian Purple

📋 copy color: '#66084A'

red 102 ◦ green 8 ◦ blue 74

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

Shades of Tyrian Purple #66084A

Tints of Tyrian Purple #66084A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.35%

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

R = 55.43%
G = 4.35%
B = 40.22%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.27

 K value IS 0.6

RGB Variations

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

Color information

#66084A (or 0x66084A) is known color: Tyrian Purple. HEX triplet: 66, 08 and 4A. RGB value is (102,8,74). Sum of RGB (Red+Green+Blue) = 102+8+74=184 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.43% from 184); Green value is 8 (3.52% from 255 or 4.35% from 184); Blue value is 74 (29.30% from 255 or 40.22% from 184); Max value from RGB is 102 - color contains mainly: red. Hex color #66084A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66084A is #99F7B5. Grayscale: #2B2B2B. Windows color (decimal): -10090422 or 4851814. OLE color: 4851814.

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

Color convert

RGB 102 8 74 -
CMYK 0 0.92 0.27 0.6
HSL 317.87º 0.85% 0.22% -
HSV(B) 317.87º 0.92% 0.4% -
XYZ 6.8 3.49 6.79 -
YUV 43.63 145.14 169.63 -
System Red Green Blue C M Y K H S L
Decimal 102 8 74 0 0.92 0.27 0.6 317.87 0.85 0.22
Hex 66 8 4A 0 5C 1B 3C 13E 55 16
Octal 146 10 112 0 134 33 74 476 125 26
Binary 1100110 1000 1001010 0 1011100 11011 111100 100111110 1010101 10110

Color Harmonies of #66084A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66084A

Black with #66084A

Text Example


Text Example

White with #66084A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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