#5B034F

Color #5B034F Tyrian Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tyrian Purple #5B034F

Tints of Tyrian Purple #5B034F

Color information

#5B034F (or 0x5B034F) is unknown color: approx Tyrian Purple. HEX triplet: 5B, 03 and 4F. RGB value is (91,3,79). Sum of RGB (Red+Green+Blue) = 91+3+79=173 (22% of max value = 765). Red value is 91 (35.94% from 255 or 52.60% from 173); Green value is 3 (1.56% from 255 or 1.73% from 173); Blue value is 79 (31.25% from 255 or 45.66% from 173); Max value from RGB is 91 - color contains mainly: red. Hex color #5B034F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B034F is #A4FCB0. Grayscale: #252525. Windows color (decimal): -10812593 or 5178203. OLE color: 5178203.

HSL color Cylindrical-coordinate representation of color #5B034F: hue angle of 308.18º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5B034F is Cyan = 0, Magento = 0.97, Yellow = 0.13 and Black (K on CMYK) = 0.64.

Color convert

RGB91379-
CMYK00.970.130.64
HSL308.18º93.62%18.43%-
HSV(B)308.18º96.7%35.69%-
XYZ5.762.857.64-
YUV37.98151.15165.82-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 52.60%
GREEN value IS 3 (1.56% from 255) = 1.73%
BLUE value IS 79 (31.25% from 255) = 45.66%
R=52.60%
G=1.73%
B=45.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.13
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9137900.970.130.64308.1893.6218.43
Hex5B34F061D401345e12
Octal133311701411510046413622
Binary10110111110011110110000111011000000100110100101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B034F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5B034F;
 }
 .AnyTagClassName
 {
   color: #5B034F;
 }
</style>
background-color css

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

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

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

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

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

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