Html Css Color HEX #5B0525 Tyrian Purple

📋 copy color: '#5B0525'

red 91 ◦ green 5 ◦ blue 37

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

Shades of Tyrian Purple #5B0525

Tints of Tyrian Purple #5B0525

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.76%

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

R = 68.42%
G = 3.76%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.59

 K value IS 0.64

RGB Variations

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

Color information

#5B0525 (or 0x5B0525) is known color: Tyrian Purple. HEX triplet: 5B, 05 and 25. RGB value is (91,5,37). Sum of RGB (Red+Green+Blue) = 91+5+37=133 (17% of max value = 765). Red value is 91 (35.94% from 255 or 68.42% from 133); Green value is 5 (2.34% from 255 or 3.76% from 133); Blue value is 37 (14.84% from 255 or 27.82% from 133); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0525 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B0525 is #A4FADA. Grayscale: #222222. Windows color (decimal): -10812123 or 2426203. OLE color: 2426203.

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

Color convert

RGB 91 5 37 -
CMYK 0 0.95 0.59 0.64
HSL 337.67º 0.9% 0.19% -
HSV(B) 337.67º 0.95% 0.36% -
XYZ 4.7 2.47 1.98 -
YUV 34.36 129.49 168.4 -
System Red Green Blue C M Y K H S L
Decimal 91 5 37 0 0.95 0.59 0.64 337.67 0.9 0.19
Hex 5B 5 25 0 5F 3B 40 152 5A 13
Octal 133 5 45 0 137 73 100 522 132 23
Binary 1011011 101 100101 0 1011111 111011 1000000 101010010 1011010 10011

Color Harmonies of #5B0525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B0525

Black with #5B0525

Text Example


Text Example

White with #5B0525

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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