Html Css Color HEX #600436 Tyrian Purple

📋 copy color: '#600436'

red 96 ◦ green 4 ◦ blue 54

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

Shades of Tyrian Purple #600436

Tints of Tyrian Purple #600436

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.6%

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

R = 62.34%
G = 2.6%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.44

 K value IS 0.62

RGB Variations

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

Color information

#600436 (or 0x600436) is known color: Tyrian Purple. HEX triplet: 60, 04 and 36. RGB value is (96,4,54). Sum of RGB (Red+Green+Blue) = 96+4+54=154 (20% of max value = 765). Red value is 96 (37.89% from 255 or 62.34% from 154); Green value is 4 (1.95% from 255 or 2.60% from 154); Blue value is 54 (21.48% from 255 or 35.06% from 154); Max value from RGB is 96 - color contains mainly: red. Hex color #600436 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600436 is #9FFBC9. Grayscale: #252525. Windows color (decimal): -10484682 or 3540064. OLE color: 3540064.

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

Color convert

RGB 96 4 54 -
CMYK 0 0.96 0.44 0.62
HSL 327.39º 0.92% 0.2% -
HSV(B) 327.39º 0.96% 0.38% -
XYZ 5.53 2.84 3.75 -
YUV 37.21 137.48 169.93 -
System Red Green Blue C M Y K H S L
Decimal 96 4 54 0 0.96 0.44 0.62 327.39 0.92 0.2
Hex 60 4 36 0 60 2C 3E 147 5C 14
Octal 140 4 66 0 140 54 76 507 134 24
Binary 1100000 100 110110 0 1100000 101100 111110 101000111 1011100 10100

Color Harmonies of #600436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600436

Black with #600436

Text Example


Text Example

White with #600436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600436; }

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

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

background-color css

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

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

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

border-color css

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

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

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