Html Css Color HEX #5B093D Tyrian Purple

📋 copy color: '#5B093D'

red 91 ◦ green 9 ◦ blue 61

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

Shades of Tyrian Purple #5B093D

Tints of Tyrian Purple #5B093D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.59%

 BLUE value IS 61 (24.22% from 255) = 37.89%

R = 56.52%
G = 5.59%
B = 37.89%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.33

 K value IS 0.64

RGB Variations

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

Color information

#5B093D (or 0x5B093D) is known color: Tyrian Purple. HEX triplet: 5B, 09 and 3D. RGB value is (91,9,61). Sum of RGB (Red+Green+Blue) = 91+9+61=161 (21% of max value = 765). Red value is 91 (35.94% from 255 or 56.52% from 161); Green value is 9 (3.91% from 255 or 5.59% from 161); Blue value is 61 (24.22% from 255 or 37.89% from 161); Max value from RGB is 91 - color contains mainly: red. Hex color #5B093D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B093D is #A4F6C2. Grayscale: #272727. Windows color (decimal): -10811075 or 4000091. OLE color: 4000091.

HSL color Cylindrical-coordinate representation of color #5B093D: hue angle of 321.95º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5B093D is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 9 61 -
CMYK 0 0.90 0.33 0.64
HSL 321.95º 0.82% 0.2% -
HSV(B) 321.95º 0.9% 0.36% -
XYZ 5.25 2.76 4.67 -
YUV 39.45 140.17 164.77 -
System Red Green Blue C M Y K H S L
Decimal 91 9 61 0 0.90 0.33 0.64 321.95 0.82 0.2
Hex 5B 9 3D 0 5A 21 40 142 52 14
Octal 133 11 75 0 132 41 100 502 122 24
Binary 1011011 1001 111101 0 1011010 100001 1000000 101000010 1010010 10100

Color Harmonies of #5B093D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B093D

Black with #5B093D

Text Example


Text Example

White with #5B093D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,9,61); }

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

background-color css

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

 a { background-color: rgb(91,9,61); }

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

border-color css

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

 span { border-color: rgb(91,9,61); }

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