Html Css Color HEX #60072C Tyrian Purple

📋 copy color: '#60072C'

red 96 ◦ green 7 ◦ blue 44

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

Shades of Tyrian Purple #60072C

Tints of Tyrian Purple #60072C

RGB

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

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

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

R = 65.31%
G = 4.76%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.54

 K value IS 0.62

RGB Variations

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

Color information

#60072C (or 0x60072C) is known color: Tyrian Purple. HEX triplet: 60, 07 and 2C. RGB value is (96,7,44). Sum of RGB (Red+Green+Blue) = 96+7+44=147 (19% of max value = 765). Red value is 96 (37.89% from 255 or 65.31% from 147); Green value is 7 (3.12% from 255 or 4.76% from 147); Blue value is 44 (17.58% from 255 or 29.93% from 147); Max value from RGB is 96 - color contains mainly: red. Hex color #60072C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60072C is #9FF8D3. Grayscale: #252525. Windows color (decimal): -10483924 or 2885472. OLE color: 2885472.

HSL color Cylindrical-coordinate representation of color #60072C: hue angle of 335.06º 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 #60072C is Cyan = 0, Magento = 0.93, Yellow = 0.54 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 7 44 -
CMYK 0 0.93 0.54 0.62
HSL 335.06º 0.86% 0.2% -
HSV(B) 335.06º 0.93% 0.38% -
XYZ 5.35 2.82 2.65 -
YUV 37.83 131.49 169.49 -
System Red Green Blue C M Y K H S L
Decimal 96 7 44 0 0.93 0.54 0.62 335.06 0.86 0.2
Hex 60 7 2C 0 5D 36 3E 14F 56 14
Octal 140 7 54 0 135 66 76 517 126 24
Binary 1100000 111 101100 0 1011101 110110 111110 101001111 1010110 10100

Color Harmonies of #60072C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60072C

Black with #60072C

Text Example


Text Example

White with #60072C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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