Html Css Color HEX #600437 Tyrian Purple

📋 copy color: '#600437'

red 96 ◦ green 4 ◦ blue 55

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

Shades of Tyrian Purple #600437

Tints of Tyrian Purple #600437

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 35.48%

R = 61.94%
G = 2.58%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.43

 K value IS 0.62

RGB Variations

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

Color information

#600437 (or 0x600437) is known color: Tyrian Purple. HEX triplet: 60, 04 and 37. RGB value is (96,4,55). Sum of RGB (Red+Green+Blue) = 96+4+55=155 (20% of max value = 765). Red value is 96 (37.89% from 255 or 61.94% from 155); Green value is 4 (1.95% from 255 or 2.58% from 155); Blue value is 55 (21.88% from 255 or 35.48% from 155); Max value from RGB is 96 - color contains mainly: red. Hex color #600437 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600437 is #9FFBC8. Grayscale: #252525. Windows color (decimal): -10484681 or 3605600. OLE color: 3605600.

HSL color Cylindrical-coordinate representation of color #600437: hue angle of 326.74º 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 #600437 is Cyan = 0, Magento = 0.96, Yellow = 0.43 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 4 55 -
CMYK 0 0.96 0.43 0.62
HSL 326.74º 0.92% 0.2% -
HSV(B) 326.74º 0.96% 0.38% -
XYZ 5.56 2.85 3.87 -
YUV 37.32 137.98 169.85 -
System Red Green Blue C M Y K H S L
Decimal 96 4 55 0 0.96 0.43 0.62 326.74 0.92 0.2
Hex 60 4 37 0 60 2B 3E 147 5C 14
Octal 140 4 67 0 140 53 76 507 134 24
Binary 1100000 100 110111 0 1100000 101011 111110 101000111 1011100 10100

Color Harmonies of #600437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600437

Black with #600437

Text Example


Text Example

White with #600437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600437; }

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

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

background-color css

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

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

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

border-color css

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

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

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