Html Css Color HEX #66052C Tyrian Purple

📋 copy color: '#66052C'

red 102 ◦ green 5 ◦ blue 44

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

Shades of Tyrian Purple #66052C

Tints of Tyrian Purple #66052C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.31%

 BLUE value IS 44 (17.58% from 255) = 29.14%

R = 67.55%
G = 3.31%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.57

 K value IS 0.6

RGB Variations

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

Color information

#66052C (or 0x66052C) is known color: Tyrian Purple. HEX triplet: 66, 05 and 2C. RGB value is (102,5,44). Sum of RGB (Red+Green+Blue) = 102+5+44=151 (20% of max value = 765). Red value is 102 (40.23% from 255 or 67.55% from 151); Green value is 5 (2.34% from 255 or 3.31% from 151); Blue value is 44 (17.58% from 255 or 29.14% from 151); Max value from RGB is 102 - color contains mainly: red. Hex color #66052C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66052C is #99FAD3. Grayscale: #262626. Windows color (decimal): -10091220 or 2884966. OLE color: 2884966.

HSL color Cylindrical-coordinate representation of color #66052C: hue angle of 335.88º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #66052C is Cyan = 0, Magento = 0.95, Yellow = 0.57 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 5 44 -
CMYK 0 0.95 0.57 0.6
HSL 335.88º 0.91% 0.21% -
HSV(B) 335.88º 0.95% 0.4% -
XYZ 5.99 3.12 2.67 -
YUV 38.45 131.14 173.33 -
System Red Green Blue C M Y K H S L
Decimal 102 5 44 0 0.95 0.57 0.6 335.88 0.91 0.21
Hex 66 5 2C 0 5F 39 3C 150 5B 15
Octal 146 5 54 0 137 71 74 520 133 25
Binary 1100110 101 101100 0 1011111 111001 111100 101010000 1011011 10101

Color Harmonies of #66052C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66052C

Black with #66052C

Text Example


Text Example

White with #66052C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,5,44); }

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

background-color css

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

 a { background-color: rgb(102,5,44); }

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

border-color css

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

 span { border-color: rgb(102,5,44); }

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