Html Css Color HEX #5B083E Tyrian Purple

📋 copy color: '#5B083E'

red 91 ◦ green 8 ◦ blue 62

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

Shades of Tyrian Purple #5B083E

Tints of Tyrian Purple #5B083E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.97%

 BLUE value IS 62 (24.61% from 255) = 38.51%

R = 56.52%
G = 4.97%
B = 38.51%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.32

 K value IS 0.64

RGB Variations

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

Color information

#5B083E (or 0x5B083E) is known color: Tyrian Purple. HEX triplet: 5B, 08 and 3E. RGB value is (91,8,62). Sum of RGB (Red+Green+Blue) = 91+8+62=161 (21% of max value = 765). Red value is 91 (35.94% from 255 or 56.52% from 161); Green value is 8 (3.52% from 255 or 4.97% from 161); Blue value is 62 (24.61% from 255 or 38.51% from 161); Max value from RGB is 91 - color contains mainly: red. Hex color #5B083E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B083E is #A4F7C1. Grayscale: #262626. Windows color (decimal): -10811330 or 4065371. OLE color: 4065371.

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

Color convert

RGB 91 8 62 -
CMYK 0 0.91 0.32 0.64
HSL 320.96º 0.84% 0.19% -
HSV(B) 320.96º 0.91% 0.36% -
XYZ 5.27 2.75 4.81 -
YUV 38.97 141 165.11 -
System Red Green Blue C M Y K H S L
Decimal 91 8 62 0 0.91 0.32 0.64 320.96 0.84 0.19
Hex 5B 8 3E 0 5B 20 40 141 54 13
Octal 133 10 76 0 133 40 100 501 124 23
Binary 1011011 1000 111110 0 1011011 100000 1000000 101000001 1010100 10011

Color Harmonies of #5B083E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B083E

Black with #5B083E

Text Example


Text Example

White with #5B083E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,8,62); }

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

background-color css

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

 a { background-color: rgb(91,8,62); }

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

border-color css

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

 span { border-color: rgb(91,8,62); }

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