Html Css Color HEX #66053A Tyrian Purple

📋 copy color: '#66053A'

red 102 ◦ green 5 ◦ blue 58

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

Shades of Tyrian Purple #66053A

Tints of Tyrian Purple #66053A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 35.15%

R = 61.82%
G = 3.03%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.43

 K value IS 0.6

RGB Variations

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

Color information

#66053A (or 0x66053A) is known color: Tyrian Purple. HEX triplet: 66, 05 and 3A. RGB value is (102,5,58). Sum of RGB (Red+Green+Blue) = 102+5+58=165 (21% of max value = 765). Red value is 102 (40.23% from 255 or 61.82% from 165); Green value is 5 (2.34% from 255 or 3.03% from 165); Blue value is 58 (23.05% from 255 or 35.15% from 165); Max value from RGB is 102 - color contains mainly: red. Hex color #66053A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66053A is #99FAC5. Grayscale: #272727. Windows color (decimal): -10091206 or 3802470. OLE color: 3802470.

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

Color convert

RGB 102 5 58 -
CMYK 0 0.95 0.43 0.6
HSL 327.22º 0.91% 0.21% -
HSV(B) 327.22º 0.95% 0.4% -
XYZ 6.3 3.24 4.3 -
YUV 40.05 138.14 172.19 -
System Red Green Blue C M Y K H S L
Decimal 102 5 58 0 0.95 0.43 0.6 327.22 0.91 0.21
Hex 66 5 3A 0 5F 2B 3C 147 5B 15
Octal 146 5 72 0 137 53 74 507 133 25
Binary 1100110 101 111010 0 1011111 101011 111100 101000111 1011011 10101

Color Harmonies of #66053A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66053A

Black with #66053A

Text Example


Text Example

White with #66053A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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