Html Css Color HEX #600324 Tyrian Purple

📋 copy color: '#600324'

red 96 ◦ green 3 ◦ blue 36

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

Shades of Tyrian Purple #600324

Tints of Tyrian Purple #600324

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 26.67%

R = 71.11%
G = 2.22%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.62

 K value IS 0.62

RGB Variations

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

Color information

#600324 (or 0x600324) is known color: Tyrian Purple. HEX triplet: 60, 03 and 24. RGB value is (96,3,36). Sum of RGB (Red+Green+Blue) = 96+3+36=135 (17% of max value = 765). Red value is 96 (37.89% from 255 or 71.11% from 135); Green value is 3 (1.56% from 255 or 2.22% from 135); Blue value is 36 (14.45% from 255 or 26.67% from 135); Max value from RGB is 96 - color contains mainly: red. Hex color #600324 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600324 is #9FFCDB. Grayscale: #222222. Windows color (decimal): -10484956 or 2360160. OLE color: 2360160.

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

Color convert

RGB 96 3 36 -
CMYK 0 0.97 0.62 0.62
HSL 338.71º 0.94% 0.19% -
HSV(B) 338.71º 0.97% 0.38% -
XYZ 5.17 2.68 1.91 -
YUV 34.57 128.81 171.82 -
System Red Green Blue C M Y K H S L
Decimal 96 3 36 0 0.97 0.62 0.62 338.71 0.94 0.19
Hex 60 3 24 0 61 3E 3E 153 5E 13
Octal 140 3 44 0 141 76 76 523 136 23
Binary 1100000 11 100100 0 1100001 111110 111110 101010011 1011110 10011

Color Harmonies of #600324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600324

Black with #600324

Text Example


Text Example

White with #600324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600324; }

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

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

background-color css

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

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

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

border-color css

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

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

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