Html Css Color HEX #60072F Tyrian Purple

📋 copy color: '#60072F'

red 96 ◦ green 7 ◦ blue 47

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

Shades of Tyrian Purple #60072F

Tints of Tyrian Purple #60072F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 31.33%

R = 64%
G = 4.67%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.51

 K value IS 0.62

RGB Variations

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

Color information

#60072F (or 0x60072F) is known color: Tyrian Purple. HEX triplet: 60, 07 and 2F. RGB value is (96,7,47). Sum of RGB (Red+Green+Blue) = 96+7+47=150 (19% of max value = 765). Red value is 96 (37.89% from 255 or 64% from 150); Green value is 7 (3.12% from 255 or 4.67% from 150); Blue value is 47 (18.75% from 255 or 31.33% from 150); Max value from RGB is 96 - color contains mainly: red. Hex color #60072F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60072F is #9FF8D0. Grayscale: #262626. Windows color (decimal): -10483921 or 3082080. OLE color: 3082080.

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

Color convert

RGB 96 7 47 -
CMYK 0 0.93 0.51 0.62
HSL 333.03º 0.86% 0.2% -
HSV(B) 333.03º 0.93% 0.38% -
XYZ 5.41 2.84 2.95 -
YUV 38.17 132.99 169.25 -
System Red Green Blue C M Y K H S L
Decimal 96 7 47 0 0.93 0.51 0.62 333.03 0.86 0.2
Hex 60 7 2F 0 5D 33 3E 14D 56 14
Octal 140 7 57 0 135 63 76 515 126 24
Binary 1100000 111 101111 0 1011101 110011 111110 101001101 1010110 10100

Color Harmonies of #60072F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60072F

Black with #60072F

Text Example


Text Example

White with #60072F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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