#5B102E

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

Shades of Tyrian Purple #5B102E

Tints of Tyrian Purple #5B102E

Color information

#5B102E (or 0x5B102E) is unknown color: approx Tyrian Purple. HEX triplet: 5B, 10 and 2E. RGB value is (91,16,46). Sum of RGB (Red+Green+Blue) = 91+16+46=153 (20% of max value = 765). Red value is 91 (35.94% from 255 or 59.48% from 153); Green value is 16 (6.64% from 255 or 10.46% from 153); Blue value is 46 (18.36% from 255 or 30.07% from 153); Max value from RGB is 91 - color contains mainly: red. Hex color #5B102E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B102E is #A4EFD1. Grayscale: #292929. Windows color (decimal): -10809298 or 3018843. OLE color: 3018843.

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

Color convert

RGB911646-
CMYK00.820.490.64
HSL336º70.09%20.98%-
HSV(B)336º82.42%35.69%-
XYZ4.992.792.86-
YUV41.84130.35163.06-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 59.48%
GREEN value IS 16 (6.64% from 255) = 10.46%
BLUE value IS 46 (18.36% from 255) = 30.07%
R=59.48%
G=10.46%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.49
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91164600.820.490.6433670.0920.98
Hex5B102E05231401504615
Octal133205601226110052010625
Binary101101110000101110010100101100011000000101010000100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B102E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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