#5F3EAB

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

Shades of Royal Purple #5F3EAB

Tints of Royal Purple #5F3EAB

Color information

#5F3EAB (or 0x5F3EAB) is unknown color: approx Royal Purple. HEX triplet: 5F, 3E and AB. RGB value is (95,62,171). Sum of RGB (Red+Green+Blue) = 95+62+171=328 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.96% from 328); Green value is 62 (24.61% from 255 or 18.90% from 328); Blue value is 171 (67.19% from 255 or 52.13% from 328); Max value from RGB is 171 - color contains mainly: blue. Hex color #5F3EAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F3EAB is #A0C154. Grayscale: #535353. Windows color (decimal): -10535253 or 11222623. OLE color: 11222623.

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

Color convert

RGB9562171-
CMYK0.440.6400.33
HSL258.17º46.78%45.69%-
HSV(B)258.17º63.74%67.06%-
XYZ13.798.8239.5-
YUV84.29176.93135.64-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 28.96%
GREEN value IS 62 (24.61% from 255) = 18.90%
BLUE value IS 171 (67.19% from 255) = 52.13%
R=28.96%
G=18.90%
B=52.13%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal95621710.440.6400.33258.1746.7845.69
Hex5F3EAB2C400211022f2e
Octal13776253541000414025756
Binary10111111111101010101110110010000000100001100000010101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F3EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,62,171); }

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

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

 a { background-color: rgb(95,62,171); }

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

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

 span { border-color: rgb(95,62,171); }

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