Html Css Color HEX #66052A Tyrian Purple

📋 copy color: '#66052A'

red 102 ◦ green 5 ◦ blue 42

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

Shades of Tyrian Purple #66052A

Tints of Tyrian Purple #66052A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 28.19%

R = 68.46%
G = 3.36%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.59

 K value IS 0.6

RGB Variations

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

Color information

#66052A (or 0x66052A) is known color: Tyrian Purple. HEX triplet: 66, 05 and 2A. RGB value is (102,5,42). Sum of RGB (Red+Green+Blue) = 102+5+42=149 (19% of max value = 765). Red value is 102 (40.23% from 255 or 68.46% from 149); Green value is 5 (2.34% from 255 or 3.36% from 149); Blue value is 42 (16.80% from 255 or 28.19% from 149); Max value from RGB is 102 - color contains mainly: red. Hex color #66052A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66052A is #99FAD5. Grayscale: #262626. Windows color (decimal): -10091222 or 2753894. OLE color: 2753894.

HSL color Cylindrical-coordinate representation of color #66052A: hue angle of 337.11º 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 #66052A is Cyan = 0, Magento = 0.95, Yellow = 0.59 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 5 42 -
CMYK 0 0.95 0.59 0.6
HSL 337.11º 0.91% 0.21% -
HSV(B) 337.11º 0.95% 0.4% -
XYZ 5.95 3.1 2.48 -
YUV 38.22 130.14 173.49 -
System Red Green Blue C M Y K H S L
Decimal 102 5 42 0 0.95 0.59 0.6 337.11 0.91 0.21
Hex 66 5 2A 0 5F 3B 3C 151 5B 15
Octal 146 5 52 0 137 73 74 521 133 25
Binary 1100110 101 101010 0 1011111 111011 111100 101010001 1011011 10101

Color Harmonies of #66052A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66052A

Black with #66052A

Text Example


Text Example

White with #66052A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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