Html Css Color HEX #60052B Tyrian Purple

📋 copy color: '#60052B'

red 96 ◦ green 5 ◦ blue 43

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

Shades of Tyrian Purple #60052B

Tints of Tyrian Purple #60052B

RGB

 RED value IS 96 (37.89% from 255) = 66.67%

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

 BLUE value IS 43 (17.19% from 255) = 29.86%

R = 66.67%
G = 3.47%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.55

 K value IS 0.62

RGB Variations

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

Color information

#60052B (or 0x60052B) is known color: Tyrian Purple. HEX triplet: 60, 05 and 2B. RGB value is (96,5,43). Sum of RGB (Red+Green+Blue) = 96+5+43=144 (19% of max value = 765). Red value is 96 (37.89% from 255 or 66.67% from 144); Green value is 5 (2.34% from 255 or 3.47% from 144); Blue value is 43 (17.19% from 255 or 29.86% from 144); Max value from RGB is 96 - color contains mainly: red. Hex color #60052B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60052B is #9FFAD4. Grayscale: #242424. Windows color (decimal): -10484437 or 2819424. OLE color: 2819424.

HSL color Cylindrical-coordinate representation of color #60052B: hue angle of 334.95º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #60052B is Cyan = 0, Magento = 0.95, Yellow = 0.55 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 5 43 -
CMYK 0 0.95 0.55 0.62
HSL 334.95º 0.9% 0.2% -
HSV(B) 334.95º 0.95% 0.38% -
XYZ 5.31 2.77 2.54 -
YUV 36.54 131.65 170.41 -
System Red Green Blue C M Y K H S L
Decimal 96 5 43 0 0.95 0.55 0.62 334.95 0.9 0.2
Hex 60 5 2B 0 5F 37 3E 14F 5A 14
Octal 140 5 53 0 137 67 76 517 132 24
Binary 1100000 101 101011 0 1011111 110111 111110 101001111 1011010 10100

Color Harmonies of #60052B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60052B

Black with #60052B

Text Example


Text Example

White with #60052B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60052B; }

 p { color: rgb(96,5,43); }

 H1.HeaderClassName
 {
   color: #60052B;
 }
 .AnyTagClassName
 {
   color: #60052B;
 }
</style>

background-color css

<style>
 a { background-color: #60052B; }

 a { background-color: rgb(96,5,43); }

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

border-color css

<style>
 span { border-color: #60052B; }

 span { border-color: rgb(96,5,43); }

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