#5f39ac

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

Shades of Royal Purple #5F39AC

Tints of Royal Purple #5F39AC

Color information

#5F39AC (or 0x5F39AC) is unknown color: approx Royal Purple. HEX triplet: 5F, 39 and AC. RGB value is (95,57,172). Sum of RGB (Red+Green+Blue) = 95+57+172=324 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.32% from 324); Green value is 57 (22.66% from 255 or 17.59% from 324); Blue value is 172 (67.58% from 255 or 53.09% from 324); Max value from RGB is 172 - color contains mainly: blue. Hex color #5F39AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F39AC is #A0C653. Grayscale: #515151. Windows color (decimal): -10536532 or 11286879. OLE color: 11286879.

HSL color Cylindrical-coordinate representation of color #5F39AC: hue angle of 259.83º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5F39AC is Cyan = 0.45, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9557172-
CMYK0.450.6700.33
HSL259.83º50.22%44.9%-
HSV(B)259.83º66.86%67.45%-
XYZ13.638.3439.92-
YUV81.47179.09137.65-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 29.32%
GREEN value IS 57 (22.66% from 255) = 17.59%
BLUE value IS 172 (67.58% from 255) = 53.09%
R=29.32%
G=17.59%
B=53.09%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal95571720.450.6700.33259.8350.2244.9
Hex5F39AC2D43021104322d
Octal13771254551030414046255
Binary10111111110011010110010110110000110100001100000100110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5f39ac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,57,172); }

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

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

 a { background-color: rgb(95,57,172); }

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

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

 span { border-color: rgb(95,57,172); }

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