#5F0935

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

Shades of Tyrian Purple #5F0935

Tints of Tyrian Purple #5F0935

Color information

#5F0935 (or 0x5F0935) is unknown color: approx Tyrian Purple. HEX triplet: 5F, 09 and 35. RGB value is (95,9,53). Sum of RGB (Red+Green+Blue) = 95+9+53=157 (20% of max value = 765). Red value is 95 (37.5% from 255 or 60.51% from 157); Green value is 9 (3.91% from 255 or 5.73% from 157); Blue value is 53 (21.09% from 255 or 33.76% from 157); Max value from RGB is 95 - color contains mainly: red. Hex color #5F0935 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F0935 is #A0F6CA. Grayscale: #272727. Windows color (decimal): -10548939 or 3475807. OLE color: 3475807.

HSL color Cylindrical-coordinate representation of color #5F0935: hue angle of 329.3º 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 #5F0935 is Cyan = 0, Magento = 0.91, Yellow = 0.44 and Black (K on CMYK) = 0.63.

Color convert

RGB95953-
CMYK00.910.440.63
HSL329.3º82.69%20.39%-
HSV(B)329.3º90.53%37.25%-
XYZ5.462.893.64-
YUV39.73135.49167.42-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 60.51%
GREEN value IS 9 (3.91% from 255) = 5.73%
BLUE value IS 53 (21.09% from 255) = 33.76%
R=60.51%
G=5.73%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.44
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9595300.910.440.63329.382.6920.39
Hex5F93505B2C3F1495314
Octal13711650133547751112324
Binary1011111100111010101011011101100111111101001001101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F0935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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