#5F0368

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

Shades of Purple #5F0368

Tints of Purple #5F0368

Color information

#5F0368 (or 0x5F0368) is unknown color: approx Purple. HEX triplet: 5F, 03 and 68. RGB value is (95,3,104). Sum of RGB (Red+Green+Blue) = 95+3+104=202 (26% of max value = 765). Red value is 95 (37.5% from 255 or 47.03% from 202); Green value is 3 (1.56% from 255 or 1.49% from 202); Blue value is 104 (41.02% from 255 or 51.49% from 202); Max value from RGB is 104 - color contains mainly: blue. Hex color #5F0368 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F0368 is #A0FC97. Grayscale: #292929. Windows color (decimal): -10550424 or 6816607. OLE color: 6816607.

HSL color Cylindrical-coordinate representation of color #5F0368: hue angle of 294.65º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5F0368 is Cyan = 0.09, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB953104-
CMYK0.090.9700.59
HSL294.65º94.39%20.98%-
HSV(B)294.65º97.12%40.78%-
XYZ7.253.513.39-
YUV42.02162.98165.79-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 47.03%
GREEN value IS 3 (1.56% from 255) = 1.49%
BLUE value IS 104 (41.02% from 255) = 51.49%
R=47.03%
G=1.49%
B=51.49%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal9531040.090.9700.59294.6594.3920.98
Hex5F36896103B1275e15
Octal13731501114107344713625
Binary1011111111101000100111000010111011100100111101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F0368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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