Html Css Color HEX #60002E Tyrian Purple

📋 copy color: '#60002E'

red 96 ◦ green 0 ◦ blue 46

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

Shades of Tyrian Purple #60002E

Tints of Tyrian Purple #60002E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 67.61%
G = 0%
B = 32.39%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.52

 K value IS 0.62

RGB Variations

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

Color information

#60002E (or 0x60002E) is known color: Tyrian Purple. HEX triplet: 60, 00 and 2E. RGB value is (96,0,46). Sum of RGB (Red+Green+Blue) = 96+0+46=142 (18% of max value = 765). Red value is 96 (37.89% from 255 or 67.61% from 142); Green value is 0 (0.39% from 255 or 0% from 142); Blue value is 46 (18.36% from 255 or 32.39% from 142); Max value from RGB is 96 - color contains mainly: red. Hex color #60002E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60002E is #9FFFD1. Grayscale: #212121. Windows color (decimal): -10485714 or 3014752. OLE color: 3014752.

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

Color convert

RGB 96 0 46 -
CMYK 0 1 0.52 0.62
HSL 331.25º 1% 0.19% -
HSV(B) 331.25º 1% 0.38% -
XYZ 5.32 2.68 2.82 -
YUV 33.95 134.8 172.26 -
System Red Green Blue C M Y K H S L
Decimal 96 0 46 0 1 0.52 0.62 331.25 1 0.19
Hex 60 0 2E 0 64 34 3E 14B 64 13
Octal 140 0 56 0 144 64 76 513 144 23
Binary 1100000 0 101110 0 1100100 110100 111110 101001011 1100100 10011

Color Harmonies of #60002E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60002E

Black with #60002E

Text Example


Text Example

White with #60002E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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