#5F0043

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

Shades of Tyrian Purple #5F0043

Tints of Tyrian Purple #5F0043

Color information

#5F0043 (or 0x5F0043) is unknown color: approx Tyrian Purple. HEX triplet: 5F, 00 and 43. RGB value is (95,0,67). Sum of RGB (Red+Green+Blue) = 95+0+67=162 (21% of max value = 765). Red value is 95 (37.5% from 255 or 58.64% from 162); Green value is 0 (0.39% from 255 or 0% from 162); Blue value is 67 (26.56% from 255 or 41.36% from 162); Max value from RGB is 95 - color contains mainly: red. Hex color #5F0043 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F0043 is #A0FFBC. Grayscale: #232323. Windows color (decimal): -10551229 or 4391007. OLE color: 4391007.

HSL color Cylindrical-coordinate representation of color #5F0043: hue angle of 317.68º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5F0043 is Cyan = 0, Magento = 1, Yellow = 0.29 and Black (K on CMYK) = 0.63.

Color convert

RGB95067-
CMYK010.290.63
HSL317.68º100%18.63%-
HSV(B)317.68º100%37.25%-
XYZ5.732.845.56-
YUV36.04145.47170.05-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 58.64%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 67 (26.56% from 255) = 41.36%
R=58.64%
G=0%
B=41.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.29
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95067010.290.63317.6810018.63
Hex5F0430641D3F13e6413
Octal13701030144357747614423
Binary1011111010000110110010011101111111100111110110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F0043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,0,67); }

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

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

 a { background-color: rgb(95,0,67); }

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

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

 span { border-color: rgb(95,0,67); }

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