Html Css Color HEX #5C0325 Tyrian Purple

📋 copy color: '#5C0325'

red 92 ◦ green 3 ◦ blue 37

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

Shades of Tyrian Purple #5C0325

Tints of Tyrian Purple #5C0325

RGB

 RED value IS 92 (36.33% from 255) = 69.7%

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

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

R = 69.7%
G = 2.27%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.60

 K value IS 0.64

RGB Variations

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

Color information

#5C0325 (or 0x5C0325) is known color: Tyrian Purple. HEX triplet: 5C, 03 and 25. RGB value is (92,3,37). Sum of RGB (Red+Green+Blue) = 92+3+37=132 (17% of max value = 765). Red value is 92 (36.33% from 255 or 69.70% from 132); Green value is 3 (1.56% from 255 or 2.27% from 132); Blue value is 37 (14.84% from 255 or 28.03% from 132); Max value from RGB is 92 - color contains mainly: red. Hex color #5C0325 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C0325 is #A3FCDA. Grayscale: #212121. Windows color (decimal): -10747099 or 2425692. OLE color: 2425692.

HSL color Cylindrical-coordinate representation of color #5C0325: hue angle of 337.08º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5C0325 is Cyan = 0, Magento = 0.97, Yellow = 0.60 and Black (K on CMYK) = 0.64.

Color convert

RGB 92 3 37 -
CMYK 0 0.97 0.60 0.64
HSL 337.08º 0.94% 0.19% -
HSV(B) 337.08º 0.97% 0.36% -
XYZ 4.78 2.47 1.98 -
YUV 33.49 129.99 169.74 -
System Red Green Blue C M Y K H S L
Decimal 92 3 37 0 0.97 0.60 0.64 337.08 0.94 0.19
Hex 5C 3 25 0 61 3C 40 151 5E 13
Octal 134 3 45 0 141 74 100 521 136 23
Binary 1011100 11 100101 0 1100001 111100 1000000 101010001 1011110 10011

Color Harmonies of #5C0325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C0325

Black with #5C0325

Text Example


Text Example

White with #5C0325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5C0325; }

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

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

background-color css

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

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

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

border-color css

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

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

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