Html Css Color HEX #5B054F Tyrian Purple

📋 copy color: '#5B054F'

red 91 ◦ green 5 ◦ blue 79

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

Shades of Tyrian Purple #5B054F

Tints of Tyrian Purple #5B054F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 45.14%

R = 52%
G = 2.86%
B = 45.14%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.13

 K value IS 0.64

RGB Variations

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

Color information

#5B054F (or 0x5B054F) is known color: Tyrian Purple. HEX triplet: 5B, 05 and 4F. RGB value is (91,5,79). Sum of RGB (Red+Green+Blue) = 91+5+79=175 (23% of max value = 765). Red value is 91 (35.94% from 255 or 52% from 175); Green value is 5 (2.34% from 255 or 2.86% from 175); Blue value is 79 (31.25% from 255 or 45.14% from 175); Max value from RGB is 91 - color contains mainly: red. Hex color #5B054F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B054F is #A4FAB0. Grayscale: #262626. Windows color (decimal): -10812081 or 5178715. OLE color: 5178715.

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

Color convert

RGB 91 5 79 -
CMYK 0 0.95 0.13 0.64
HSL 308.37º 0.9% 0.19% -
HSV(B) 308.37º 0.95% 0.36% -
XYZ 5.78 2.9 7.65 -
YUV 39.15 150.49 164.98 -
System Red Green Blue C M Y K H S L
Decimal 91 5 79 0 0.95 0.13 0.64 308.37 0.9 0.19
Hex 5B 5 4F 0 5F D 40 134 5A 13
Octal 133 5 117 0 137 15 100 464 132 23
Binary 1011011 101 1001111 0 1011111 1101 1000000 100110100 1011010 10011

Color Harmonies of #5B054F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B054F

Black with #5B054F

Text Example


Text Example

White with #5B054F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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