#5F0B3E

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

Shades of Tyrian Purple #5F0B3E

Tints of Tyrian Purple #5F0B3E

Color information

#5F0B3E (or 0x5F0B3E) is unknown color: approx Tyrian Purple. HEX triplet: 5F, 0B and 3E. RGB value is (95,11,62). Sum of RGB (Red+Green+Blue) = 95+11+62=168 (22% of max value = 765). Red value is 95 (37.5% from 255 or 56.55% from 168); Green value is 11 (4.69% from 255 or 6.55% from 168); Blue value is 62 (24.61% from 255 or 36.90% from 168); Max value from RGB is 95 - color contains mainly: red. Hex color #5F0B3E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F0B3E is #A0F4C1. Grayscale: #292929. Windows color (decimal): -10548418 or 4066143. OLE color: 4066143.

HSL color Cylindrical-coordinate representation of color #5F0B3E: hue angle of 323.57º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5F0B3E is Cyan = 0, Magento = 0.88, Yellow = 0.35 and Black (K on CMYK) = 0.63.

Color convert

RGB951162-
CMYK00.880.350.63
HSL323.57º79.25%20.78%-
HSV(B)323.57º88.42%37.25%-
XYZ5.713.024.84-
YUV41.93139.33165.85-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 56.55%
GREEN value IS 11 (4.69% from 255) = 6.55%
BLUE value IS 62 (24.61% from 255) = 36.90%
R=56.55%
G=6.55%
B=36.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.35
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95116200.880.350.63323.5779.2520.78
Hex5FB3E058233F1444f15
Octal13713760130437750411725
Binary1011111101111111001011000100011111111101000100100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F0B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,11,62); }

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

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

 a { background-color: rgb(95,11,62); }

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

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

 span { border-color: rgb(95,11,62); }

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