Html Css Color HEX #5B0323 Tyrian Purple

📋 copy color: '#5B0323'

red 91 ◦ green 3 ◦ blue 35

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

Shades of Tyrian Purple #5B0323

Tints of Tyrian Purple #5B0323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 27.13%

R = 70.54%
G = 2.33%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.62

 K value IS 0.64

RGB Variations

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

Color information

#5B0323 (or 0x5B0323) is known color: Tyrian Purple. HEX triplet: 5B, 03 and 23. RGB value is (91,3,35). Sum of RGB (Red+Green+Blue) = 91+3+35=129 (17% of max value = 765). Red value is 91 (35.94% from 255 or 70.54% from 129); Green value is 3 (1.56% from 255 or 2.33% from 129); Blue value is 35 (14.06% from 255 or 27.13% from 129); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0323 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B0323 is #A4FCDC. Grayscale: #202020. Windows color (decimal): -10812637 or 2294619. OLE color: 2294619.

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

Color convert

RGB 91 3 35 -
CMYK 0 0.97 0.62 0.64
HSL 338.18º 0.94% 0.18% -
HSV(B) 338.18º 0.97% 0.36% -
XYZ 4.65 2.41 1.81 -
YUV 32.96 129.15 169.4 -
System Red Green Blue C M Y K H S L
Decimal 91 3 35 0 0.97 0.62 0.64 338.18 0.94 0.18
Hex 5B 3 23 0 61 3E 40 152 5E 12
Octal 133 3 43 0 141 76 100 522 136 22
Binary 1011011 11 100011 0 1100001 111110 1000000 101010010 1011110 10010

Color Harmonies of #5B0323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B0323

Black with #5B0323

Text Example


Text Example

White with #5B0323

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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