Html Css Color HEX #5B054C Tyrian Purple

📋 copy color: '#5B054C'

red 91 ◦ green 5 ◦ blue 76

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

Shades of Tyrian Purple #5B054C

Tints of Tyrian Purple #5B054C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 44.19%

R = 52.91%
G = 2.91%
B = 44.19%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.16

 K value IS 0.64

RGB Variations

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

Color information

#5B054C (or 0x5B054C) is known color: Tyrian Purple. HEX triplet: 5B, 05 and 4C. RGB value is (91,5,76). Sum of RGB (Red+Green+Blue) = 91+5+76=172 (22% of max value = 765). Red value is 91 (35.94% from 255 or 52.91% from 172); Green value is 5 (2.34% from 255 or 2.91% from 172); Blue value is 76 (30.08% from 255 or 44.19% from 172); Max value from RGB is 91 - color contains mainly: red. Hex color #5B054C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B054C is #A4FAB3. Grayscale: #262626. Windows color (decimal): -10812084 or 4982107. OLE color: 4982107.

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

Color convert

RGB 91 5 76 -
CMYK 0 0.95 0.16 0.64
HSL 310.47º 0.9% 0.19% -
HSV(B) 310.47º 0.95% 0.36% -
XYZ 5.67 2.85 7.09 -
YUV 38.81 148.99 165.23 -
System Red Green Blue C M Y K H S L
Decimal 91 5 76 0 0.95 0.16 0.64 310.47 0.9 0.19
Hex 5B 5 4C 0 5F 10 40 136 5A 13
Octal 133 5 114 0 137 20 100 466 132 23
Binary 1011011 101 1001100 0 1011111 10000 1000000 100110110 1011010 10011

Color Harmonies of #5B054C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B054C

Black with #5B054C

Text Example


Text Example

White with #5B054C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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