Html Css Color HEX #600E32 Tyrian Purple

📋 copy color: '#600E32'

red 96 ◦ green 14 ◦ blue 50

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

Shades of Tyrian Purple #600E32

Tints of Tyrian Purple #600E32

RGB

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

 GREEN value IS 14 (5.86% from 255) = 8.75%

 BLUE value IS 50 (19.92% from 255) = 31.25%

R = 60%
G = 8.75%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.48

 K value IS 0.62

RGB Variations

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

Color information

#600E32 (or 0x600E32) is known color: Tyrian Purple. HEX triplet: 60, 0E and 32. RGB value is (96,14,50). Sum of RGB (Red+Green+Blue) = 96+14+50=160 (21% of max value = 765). Red value is 96 (37.89% from 255 or 60% from 160); Green value is 14 (5.86% from 255 or 8.75% from 160); Blue value is 50 (19.92% from 255 or 31.25% from 160); Max value from RGB is 96 - color contains mainly: red. Hex color #600E32 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600E32 is #9FF1CD. Grayscale: #2A2A2A. Windows color (decimal): -10482126 or 3280480. OLE color: 3280480.

HSL color Cylindrical-coordinate representation of color #600E32: hue angle of 333.66º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #600E32 is Cyan = 0, Magento = 0.85, Yellow = 0.48 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 14 50 -
CMYK 0 0.85 0.48 0.62
HSL 333.66º 0.75% 0.22% -
HSV(B) 333.66º 0.85% 0.38% -
XYZ 5.56 3.03 3.31 -
YUV 42.62 132.17 166.07 -
System Red Green Blue C M Y K H S L
Decimal 96 14 50 0 0.85 0.48 0.62 333.66 0.75 0.22
Hex 60 E 32 0 55 30 3E 14E 4B 16
Octal 140 16 62 0 125 60 76 516 113 26
Binary 1100000 1110 110010 0 1010101 110000 111110 101001110 1001011 10110

Color Harmonies of #600E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600E32

Black with #600E32

Text Example


Text Example

White with #600E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600E32; }

 p { color: rgb(96,14,50); }

 H1.HeaderClassName
 {
   color: #600E32;
 }
 .AnyTagClassName
 {
   color: #600E32;
 }
</style>

background-color css

<style>
 a { background-color: #600E32; }

 a { background-color: rgb(96,14,50); }

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

border-color css

<style>
 span { border-color: #600E32; }

 span { border-color: rgb(96,14,50); }

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