Html Css Color HEX #60072E Tyrian Purple

📋 copy color: '#60072E'

red 96 ◦ green 7 ◦ blue 46

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

Shades of Tyrian Purple #60072E

Tints of Tyrian Purple #60072E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.7%

 BLUE value IS 46 (18.36% from 255) = 30.87%

R = 64.43%
G = 4.7%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.52

 K value IS 0.62

RGB Variations

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

Color information

#60072E (or 0x60072E) is known color: Tyrian Purple. HEX triplet: 60, 07 and 2E. RGB value is (96,7,46). Sum of RGB (Red+Green+Blue) = 96+7+46=149 (19% of max value = 765). Red value is 96 (37.89% from 255 or 64.43% from 149); Green value is 7 (3.12% from 255 or 4.70% from 149); Blue value is 46 (18.36% from 255 or 30.87% from 149); Max value from RGB is 96 - color contains mainly: red. Hex color #60072E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60072E is #9FF8D1. Grayscale: #252525. Windows color (decimal): -10483922 or 3016544. OLE color: 3016544.

HSL color Cylindrical-coordinate representation of color #60072E: hue angle of 333.71º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #60072E is Cyan = 0, Magento = 0.93, Yellow = 0.52 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 7 46 -
CMYK 0 0.93 0.52 0.62
HSL 333.71º 0.86% 0.2% -
HSV(B) 333.71º 0.93% 0.38% -
XYZ 5.39 2.84 2.85 -
YUV 38.06 132.49 169.33 -
System Red Green Blue C M Y K H S L
Decimal 96 7 46 0 0.93 0.52 0.62 333.71 0.86 0.2
Hex 60 7 2E 0 5D 34 3E 14E 56 14
Octal 140 7 56 0 135 64 76 516 126 24
Binary 1100000 111 101110 0 1011101 110100 111110 101001110 1010110 10100

Color Harmonies of #60072E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60072E

Black with #60072E

Text Example


Text Example

White with #60072E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60072E; }

 p { color: rgb(96,7,46); }

 H1.HeaderClassName
 {
   color: #60072E;
 }
 .AnyTagClassName
 {
   color: #60072E;
 }
</style>

background-color css

<style>
 a { background-color: #60072E; }

 a { background-color: rgb(96,7,46); }

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

border-color css

<style>
 span { border-color: #60072E; }

 span { border-color: rgb(96,7,46); }

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