#5F033A

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

Shades of Tyrian Purple #5F033A

Tints of Tyrian Purple #5F033A

Color information

#5F033A (or 0x5F033A) is unknown color: approx Tyrian Purple. HEX triplet: 5F, 03 and 3A. RGB value is (95,3,58). Sum of RGB (Red+Green+Blue) = 95+3+58=156 (20% of max value = 765). Red value is 95 (37.5% from 255 or 60.90% from 156); Green value is 3 (1.56% from 255 or 1.92% from 156); Blue value is 58 (23.05% from 255 or 37.18% from 156); Max value from RGB is 95 - color contains mainly: red. Hex color #5F033A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F033A is #A0FCC5. Grayscale: #242424. Windows color (decimal): -10550470 or 3801951. OLE color: 3801951.

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

Color convert

RGB95358-
CMYK00.970.390.63
HSL324.13º93.88%19.22%-
HSV(B)324.13º96.84%37.25%-
XYZ5.522.84.25-
YUV36.78139.98169.53-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 60.90%
GREEN value IS 3 (1.56% from 255) = 1.92%
BLUE value IS 58 (23.05% from 255) = 37.18%
R=60.90%
G=1.92%
B=37.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.39
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9535800.970.390.63324.1393.8819.22
Hex5F33A061273F1445e13
Octal1373720141477750413623
Binary10111111111101001100001100111111111101000100101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F033A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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