Html Css Color HEX #5B054B Tyrian Purple

📋 copy color: '#5B054B'

red 91 ◦ green 5 ◦ blue 75

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

Shades of Tyrian Purple #5B054B

Tints of Tyrian Purple #5B054B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 43.86%

R = 53.22%
G = 2.92%
B = 43.86%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.18

 K value IS 0.64

RGB Variations

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

Color information

#5B054B (or 0x5B054B) is known color: Tyrian Purple. HEX triplet: 5B, 05 and 4B. RGB value is (91,5,75). Sum of RGB (Red+Green+Blue) = 91+5+75=171 (22% of max value = 765). Red value is 91 (35.94% from 255 or 53.22% from 171); Green value is 5 (2.34% from 255 or 2.92% from 171); Blue value is 75 (29.69% from 255 or 43.86% from 171); Max value from RGB is 91 - color contains mainly: red. Hex color #5B054B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B054B is #A4FAB4. Grayscale: #262626. Windows color (decimal): -10812085 or 4916571. OLE color: 4916571.

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

Color convert

RGB 91 5 75 -
CMYK 0 0.95 0.18 0.64
HSL 311.16º 0.9% 0.19% -
HSV(B) 311.16º 0.95% 0.36% -
XYZ 5.64 2.84 6.91 -
YUV 38.69 148.49 165.31 -
System Red Green Blue C M Y K H S L
Decimal 91 5 75 0 0.95 0.18 0.64 311.16 0.9 0.19
Hex 5B 5 4B 0 5F 12 40 137 5A 13
Octal 133 5 113 0 137 22 100 467 132 23
Binary 1011011 101 1001011 0 1011111 10010 1000000 100110111 1011010 10011

Color Harmonies of #5B054B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B054B

Black with #5B054B

Text Example


Text Example

White with #5B054B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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