Html Css Color HEX #600325 Tyrian Purple

📋 copy color: '#600325'

red 96 ◦ green 3 ◦ blue 37

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

Shades of Tyrian Purple #600325

Tints of Tyrian Purple #600325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 27.21%

R = 70.59%
G = 2.21%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.61

 K value IS 0.62

RGB Variations

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

Color information

#600325 (or 0x600325) is known color: Tyrian Purple. HEX triplet: 60, 03 and 25. RGB value is (96,3,37). Sum of RGB (Red+Green+Blue) = 96+3+37=136 (18% of max value = 765). Red value is 96 (37.89% from 255 or 70.59% from 136); Green value is 3 (1.56% from 255 or 2.21% from 136); Blue value is 37 (14.84% from 255 or 27.21% from 136); Max value from RGB is 96 - color contains mainly: red. Hex color #600325 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600325 is #9FFCDA. Grayscale: #222222. Windows color (decimal): -10484955 or 2425696. OLE color: 2425696.

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

Color convert

RGB 96 3 37 -
CMYK 0 0.97 0.61 0.62
HSL 338.06º 0.94% 0.19% -
HSV(B) 338.06º 0.97% 0.38% -
XYZ 5.19 2.69 2 -
YUV 34.68 129.31 171.74 -
System Red Green Blue C M Y K H S L
Decimal 96 3 37 0 0.97 0.61 0.62 338.06 0.94 0.19
Hex 60 3 25 0 61 3D 3E 152 5E 13
Octal 140 3 45 0 141 75 76 522 136 23
Binary 1100000 11 100101 0 1100001 111101 111110 101010010 1011110 10011

Color Harmonies of #600325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600325

Black with #600325

Text Example


Text Example

White with #600325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600325; }

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

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

background-color css

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

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

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

border-color css

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

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

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