#5F082E

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

Shades of Tyrian Purple #5F082E

Tints of Tyrian Purple #5F082E

Color information

#5F082E (or 0x5F082E) is unknown color: approx Tyrian Purple. HEX triplet: 5F, 08 and 2E. RGB value is (95,8,46). Sum of RGB (Red+Green+Blue) = 95+8+46=149 (19% of max value = 765). Red value is 95 (37.5% from 255 or 63.76% from 149); Green value is 8 (3.52% from 255 or 5.37% from 149); Blue value is 46 (18.36% from 255 or 30.87% from 149); Max value from RGB is 95 - color contains mainly: red. Hex color #5F082E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F082E is #A0F7D1. Grayscale: #262626. Windows color (decimal): -10549202 or 3016799. OLE color: 3016799.

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

Color convert

RGB95846-
CMYK00.920.520.63
HSL333.79º84.47%20.2%-
HSV(B)333.79º91.58%37.25%-
XYZ5.32.82.85-
YUV38.34132.32168.41-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 63.76%
GREEN value IS 8 (3.52% from 255) = 5.37%
BLUE value IS 46 (18.36% from 255) = 30.87%
R=63.76%
G=5.37%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.52
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9584600.920.520.63333.7984.4720.2
Hex5F82E05C343F14e5414
Octal13710560134647751612424
Binary1011111100010111001011100110100111111101001110101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F082E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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