Html Css Color HEX #60062D Tyrian Purple

📋 copy color: '#60062D'

red 96 ◦ green 6 ◦ blue 45

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

Shades of Tyrian Purple #60062D

Tints of Tyrian Purple #60062D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.08%

 BLUE value IS 45 (17.97% from 255) = 30.61%

R = 65.31%
G = 4.08%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.53

 K value IS 0.62

RGB Variations

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

Color information

#60062D (or 0x60062D) is known color: Tyrian Purple. HEX triplet: 60, 06 and 2D. RGB value is (96,6,45). Sum of RGB (Red+Green+Blue) = 96+6+45=147 (19% of max value = 765). Red value is 96 (37.89% from 255 or 65.31% from 147); Green value is 6 (2.73% from 255 or 4.08% from 147); Blue value is 45 (17.97% from 255 or 30.61% from 147); Max value from RGB is 96 - color contains mainly: red. Hex color #60062D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60062D is #9FF9D2. Grayscale: #252525. Windows color (decimal): -10484179 or 2950752. OLE color: 2950752.

HSL color Cylindrical-coordinate representation of color #60062D: hue angle of 334º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #60062D is Cyan = 0, Magento = 0.94, Yellow = 0.53 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 6 45 -
CMYK 0 0.94 0.53 0.62
HSL 334º 0.88% 0.2% -
HSV(B) 334º 0.94% 0.38% -
XYZ 5.36 2.81 2.74 -
YUV 37.36 132.32 169.83 -
System Red Green Blue C M Y K H S L
Decimal 96 6 45 0 0.94 0.53 0.62 334 0.88 0.2
Hex 60 6 2D 0 5E 35 3E 14E 58 14
Octal 140 6 55 0 136 65 76 516 130 24
Binary 1100000 110 101101 0 1011110 110101 111110 101001110 1011000 10100

Color Harmonies of #60062D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60062D

Black with #60062D

Text Example


Text Example

White with #60062D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60062D; }

 p { color: rgb(96,6,45); }

 H1.HeaderClassName
 {
   color: #60062D;
 }
 .AnyTagClassName
 {
   color: #60062D;
 }
</style>

background-color css

<style>
 a { background-color: #60062D; }

 a { background-color: rgb(96,6,45); }

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

border-color css

<style>
 span { border-color: #60062D; }

 span { border-color: rgb(96,6,45); }

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