Html Css Color HEX #600C35 Tyrian Purple

📋 copy color: '#600C35'

red 96 ◦ green 12 ◦ blue 53

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

Shades of Tyrian Purple #600C35

Tints of Tyrian Purple #600C35

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.45%

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

R = 59.63%
G = 7.45%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.45

 K value IS 0.62

RGB Variations

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

Color information

#600C35 (or 0x600C35) is known color: Tyrian Purple. HEX triplet: 60, 0C and 35. RGB value is (96,12,53). Sum of RGB (Red+Green+Blue) = 96+12+53=161 (21% of max value = 765). Red value is 96 (37.89% from 255 or 59.63% from 161); Green value is 12 (5.08% from 255 or 7.45% from 161); Blue value is 53 (21.09% from 255 or 32.92% from 161); Max value from RGB is 96 - color contains mainly: red. Hex color #600C35 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600C35 is #9FF3CA. Grayscale: #292929. Windows color (decimal): -10482635 or 3476576. OLE color: 3476576.

HSL color Cylindrical-coordinate representation of color #600C35: hue angle of 330.71º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #600C35 is Cyan = 0, Magento = 0.88, Yellow = 0.45 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 12 53 -
CMYK 0 0.88 0.45 0.62
HSL 330.71º 0.78% 0.21% -
HSV(B) 330.71º 0.88% 0.38% -
XYZ 5.6 3.01 3.65 -
YUV 41.79 134.33 166.67 -
System Red Green Blue C M Y K H S L
Decimal 96 12 53 0 0.88 0.45 0.62 330.71 0.78 0.21
Hex 60 C 35 0 58 2D 3E 14B 4E 15
Octal 140 14 65 0 130 55 76 513 116 25
Binary 1100000 1100 110101 0 1011000 101101 111110 101001011 1001110 10101

Color Harmonies of #600C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600C35

Black with #600C35

Text Example


Text Example

White with #600C35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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