Html Css Color HEX #600329 Tyrian Purple

📋 copy color: '#600329'

red 96 ◦ green 3 ◦ blue 41

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

Shades of Tyrian Purple #600329

Tints of Tyrian Purple #600329

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 29.29%

R = 68.57%
G = 2.14%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.57

 K value IS 0.62

RGB Variations

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

Color information

#600329 (or 0x600329) is known color: Tyrian Purple. HEX triplet: 60, 03 and 29. RGB value is (96,3,41). Sum of RGB (Red+Green+Blue) = 96+3+41=140 (18% of max value = 765). Red value is 96 (37.89% from 255 or 68.57% from 140); Green value is 3 (1.56% from 255 or 2.14% from 140); Blue value is 41 (16.41% from 255 or 29.29% from 140); Max value from RGB is 96 - color contains mainly: red. Hex color #600329 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600329 is #9FFCD6. Grayscale: #232323. Windows color (decimal): -10484951 or 2687840. OLE color: 2687840.

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

Color convert

RGB 96 3 41 -
CMYK 0 0.97 0.57 0.62
HSL 335.48º 0.94% 0.19% -
HSV(B) 335.48º 0.97% 0.38% -
XYZ 5.26 2.71 2.34 -
YUV 35.14 131.31 171.41 -
System Red Green Blue C M Y K H S L
Decimal 96 3 41 0 0.97 0.57 0.62 335.48 0.94 0.19
Hex 60 3 29 0 61 39 3E 14F 5E 13
Octal 140 3 51 0 141 71 76 517 136 23
Binary 1100000 11 101001 0 1100001 111001 111110 101001111 1011110 10011

Color Harmonies of #600329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600329

Black with #600329

Text Example


Text Example

White with #600329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600329; }

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

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

background-color css

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

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

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

border-color css

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

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

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