#5B103F

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

Shades of Tyrian Purple #5B103F

Tints of Tyrian Purple #5B103F

Color information

#5B103F (or 0x5B103F) is unknown color: approx Tyrian Purple. HEX triplet: 5B, 10 and 3F. RGB value is (91,16,63). Sum of RGB (Red+Green+Blue) = 91+16+63=170 (22% of max value = 765). Red value is 91 (35.94% from 255 or 53.53% from 170); Green value is 16 (6.64% from 255 or 9.41% from 170); Blue value is 63 (25% from 255 or 37.06% from 170); Max value from RGB is 91 - color contains mainly: red. Hex color #5B103F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B103F is #A4EFC0. Grayscale: #2B2B2B. Windows color (decimal): -10809281 or 4132955. OLE color: 4132955.

HSL color Cylindrical-coordinate representation of color #5B103F: hue angle of 322.4º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5B103F is Cyan = 0, Magento = 0.82, Yellow = 0.31 and Black (K on CMYK) = 0.64.

Color convert

RGB911663-
CMYK00.820.310.64
HSL322.4º70.09%20.98%-
HSV(B)322.4º82.42%35.69%-
XYZ5.42.954.99-
YUV43.78138.85161.68-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 53.53%
GREEN value IS 16 (6.64% from 255) = 9.41%
BLUE value IS 63 (25% from 255) = 37.06%
R=53.53%
G=9.41%
B=37.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.31
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91166300.820.310.64322.470.0920.98
Hex5B103F0521F401424615
Octal133207701223710050210625
Binary10110111000011111101010010111111000000101000010100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B103F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,16,63); }

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

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

 a { background-color: rgb(91,16,63); }

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

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

 span { border-color: rgb(91,16,63); }

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