Html Css Color HEX #600336 Tyrian Purple

📋 copy color: '#600336'

red 96 ◦ green 3 ◦ blue 54

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

Shades of Tyrian Purple #600336

Tints of Tyrian Purple #600336

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.96%

 BLUE value IS 54 (21.48% from 255) = 35.29%

R = 62.75%
G = 1.96%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.44

 K value IS 0.62

RGB Variations

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

Color information

#600336 (or 0x600336) is known color: Tyrian Purple. HEX triplet: 60, 03 and 36. RGB value is (96,3,54). Sum of RGB (Red+Green+Blue) = 96+3+54=153 (20% of max value = 765). Red value is 96 (37.89% from 255 or 62.75% from 153); Green value is 3 (1.56% from 255 or 1.96% from 153); Blue value is 54 (21.48% from 255 or 35.29% from 153); Max value from RGB is 96 - color contains mainly: red. Hex color #600336 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600336 is #9FFCC9. Grayscale: #242424. Windows color (decimal): -10484938 or 3539808. OLE color: 3539808.

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

Color convert

RGB 96 3 54 -
CMYK 0 0.97 0.44 0.62
HSL 327.1º 0.94% 0.19% -
HSV(B) 327.1º 0.97% 0.38% -
XYZ 5.52 2.82 3.74 -
YUV 36.62 137.81 170.35 -
System Red Green Blue C M Y K H S L
Decimal 96 3 54 0 0.97 0.44 0.62 327.1 0.94 0.19
Hex 60 3 36 0 61 2C 3E 147 5E 13
Octal 140 3 66 0 141 54 76 507 136 23
Binary 1100000 11 110110 0 1100001 101100 111110 101000111 1011110 10011

Color Harmonies of #600336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600336

Black with #600336

Text Example


Text Example

White with #600336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600336; }

 p { color: rgb(96,3,54); }

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

background-color css

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

 a { background-color: rgb(96,3,54); }

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

border-color css

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

 span { border-color: rgb(96,3,54); }

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