Html Css Color HEX #5B0325 Tyrian Purple

📋 copy color: '#5B0325'

red 91 ◦ green 3 ◦ blue 37

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

Shades of Tyrian Purple #5B0325

Tints of Tyrian Purple #5B0325

RGB

 RED value IS 91 (35.94% from 255) = 69.47%

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

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

R = 69.47%
G = 2.29%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.59

 K value IS 0.64

RGB Variations

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

Color information

#5B0325 (or 0x5B0325) is known color: Tyrian Purple. HEX triplet: 5B, 03 and 25. RGB value is (91,3,37). Sum of RGB (Red+Green+Blue) = 91+3+37=131 (17% of max value = 765). Red value is 91 (35.94% from 255 or 69.47% from 131); Green value is 3 (1.56% from 255 or 2.29% from 131); Blue value is 37 (14.84% from 255 or 28.24% from 131); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0325 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B0325 is #A4FCDA. Grayscale: #212121. Windows color (decimal): -10812635 or 2425691. OLE color: 2425691.

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

Color convert

RGB 91 3 37 -
CMYK 0 0.97 0.59 0.64
HSL 336.82º 0.94% 0.18% -
HSV(B) 336.82º 0.97% 0.36% -
XYZ 4.68 2.42 1.97 -
YUV 33.19 130.15 169.24 -
System Red Green Blue C M Y K H S L
Decimal 91 3 37 0 0.97 0.59 0.64 336.82 0.94 0.18
Hex 5B 3 25 0 61 3B 40 151 5E 12
Octal 133 3 45 0 141 73 100 521 136 22
Binary 1011011 11 100101 0 1100001 111011 1000000 101010001 1011110 10010

Color Harmonies of #5B0325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B0325

Black with #5B0325

Text Example


Text Example

White with #5B0325

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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