Html Css Color HEX #600536 Tyrian Purple

📋 copy color: '#600536'

red 96 ◦ green 5 ◦ blue 54

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

Shades of Tyrian Purple #600536

Tints of Tyrian Purple #600536

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.23%

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

R = 61.94%
G = 3.23%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.44

 K value IS 0.62

RGB Variations

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

Color information

#600536 (or 0x600536) is known color: Tyrian Purple. HEX triplet: 60, 05 and 36. RGB value is (96,5,54). Sum of RGB (Red+Green+Blue) = 96+5+54=155 (20% of max value = 765). Red value is 96 (37.89% from 255 or 61.94% from 155); Green value is 5 (2.34% from 255 or 3.23% from 155); Blue value is 54 (21.48% from 255 or 34.84% from 155); Max value from RGB is 96 - color contains mainly: red. Hex color #600536 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600536 is #9FFAC9. Grayscale: #252525. Windows color (decimal): -10484426 or 3540320. OLE color: 3540320.

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

Color convert

RGB 96 5 54 -
CMYK 0 0.95 0.44 0.62
HSL 327.69º 0.9% 0.2% -
HSV(B) 327.69º 0.95% 0.38% -
XYZ 5.54 2.86 3.75 -
YUV 37.8 137.15 169.52 -
System Red Green Blue C M Y K H S L
Decimal 96 5 54 0 0.95 0.44 0.62 327.69 0.9 0.2
Hex 60 5 36 0 5F 2C 3E 148 5A 14
Octal 140 5 66 0 137 54 76 510 132 24
Binary 1100000 101 110110 0 1011111 101100 111110 101001000 1011010 10100

Color Harmonies of #600536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600536

Black with #600536

Text Example


Text Example

White with #600536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600536; }

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

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

background-color css

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

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

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

border-color css

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

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

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