Html Css Color HEX #600E35 Tyrian Purple

📋 copy color: '#600E35'

red 96 ◦ green 14 ◦ blue 53

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

Shades of Tyrian Purple #600E35

Tints of Tyrian Purple #600E35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 32.52%

R = 58.9%
G = 8.59%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.45

 K value IS 0.62

RGB Variations

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

Color information

#600E35 (or 0x600E35) is known color: Tyrian Purple. HEX triplet: 60, 0E and 35. RGB value is (96,14,53). Sum of RGB (Red+Green+Blue) = 96+14+53=163 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.90% from 163); Green value is 14 (5.86% from 255 or 8.59% from 163); Blue value is 53 (21.09% from 255 or 32.52% from 163); Max value from RGB is 96 - color contains mainly: red. Hex color #600E35 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600E35 is #9FF1CA. Grayscale: #2A2A2A. Windows color (decimal): -10482123 or 3477088. OLE color: 3477088.

HSL color Cylindrical-coordinate representation of color #600E35: hue angle of 331.46º 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 #600E35 is Cyan = 0, Magento = 0.85, Yellow = 0.45 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 14 53 -
CMYK 0 0.85 0.45 0.62
HSL 331.46º 0.75% 0.22% -
HSV(B) 331.46º 0.85% 0.38% -
XYZ 5.62 3.06 3.66 -
YUV 42.96 133.67 165.83 -
System Red Green Blue C M Y K H S L
Decimal 96 14 53 0 0.85 0.45 0.62 331.46 0.75 0.22
Hex 60 E 35 0 55 2D 3E 14B 4B 16
Octal 140 16 65 0 125 55 76 513 113 26
Binary 1100000 1110 110101 0 1010101 101101 111110 101001011 1001011 10110

Color Harmonies of #600E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600E35

Black with #600E35

Text Example


Text Example

White with #600E35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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