#5F093A

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

Shades of Tyrian Purple #5F093A

Tints of Tyrian Purple #5F093A

Color information

#5F093A (or 0x5F093A) is unknown color: approx Tyrian Purple. HEX triplet: 5F, 09 and 3A. RGB value is (95,9,58). Sum of RGB (Red+Green+Blue) = 95+9+58=162 (21% of max value = 765). Red value is 95 (37.5% from 255 or 58.64% from 162); Green value is 9 (3.91% from 255 or 5.56% from 162); Blue value is 58 (23.05% from 255 or 35.80% from 162); Max value from RGB is 95 - color contains mainly: red. Hex color #5F093A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F093A is #A0F6C5. Grayscale: #282828. Windows color (decimal): -10548934 or 3803487. OLE color: 3803487.

HSL color Cylindrical-coordinate representation of color #5F093A: hue angle of 325.81º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5F093A is Cyan = 0, Magento = 0.91, Yellow = 0.39 and Black (K on CMYK) = 0.63.

Color convert

RGB95958-
CMYK00.910.390.63
HSL325.81º82.69%20.39%-
HSV(B)325.81º90.53%37.25%-
XYZ5.582.934.28-
YUV40.3137.99167.02-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 58.64%
GREEN value IS 9 (3.91% from 255) = 5.56%
BLUE value IS 58 (23.05% from 255) = 35.80%
R=58.64%
G=5.56%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.39
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9595800.910.390.63325.8182.6920.39
Hex5F93A05B273F1465314
Octal13711720133477750612324
Binary1011111100111101001011011100111111111101000110101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F093A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,9,58); }

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

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

 a { background-color: rgb(95,9,58); }

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

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

 span { border-color: rgb(95,9,58); }

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