#5F083A

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

Shades of Tyrian Purple #5F083A

Tints of Tyrian Purple #5F083A

Color information

#5F083A (or 0x5F083A) is unknown color: approx Tyrian Purple. HEX triplet: 5F, 08 and 3A. RGB value is (95,8,58). Sum of RGB (Red+Green+Blue) = 95+8+58=161 (21% of max value = 765). Red value is 95 (37.5% from 255 or 59.01% from 161); Green value is 8 (3.52% from 255 or 4.97% from 161); Blue value is 58 (23.05% from 255 or 36.02% from 161); Max value from RGB is 95 - color contains mainly: red. Hex color #5F083A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F083A is #A0F7C5. Grayscale: #272727. Windows color (decimal): -10549190 or 3803231. OLE color: 3803231.

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

Color convert

RGB95858-
CMYK00.920.390.63
HSL325.52º84.47%20.2%-
HSV(B)325.52º91.58%37.25%-
XYZ5.572.914.27-
YUV39.71138.32167.43-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 59.01%
GREEN value IS 8 (3.52% from 255) = 4.97%
BLUE value IS 58 (23.05% from 255) = 36.02%
R=59.01%
G=4.97%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.39
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9585800.920.390.63325.5284.4720.2
Hex5F83A05C273F1465414
Octal13710720134477750612424
Binary1011111100011101001011100100111111111101000110101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F083A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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