#5F28A0

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

Shades of Royal Purple #5F28A0

Tints of Royal Purple #5F28A0

Color information

#5F28A0 (or 0x5F28A0) is unknown color: approx Royal Purple. HEX triplet: 5F, 28 and A0. RGB value is (95,40,160). Sum of RGB (Red+Green+Blue) = 95+40+160=295 (39% of max value = 765). Red value is 95 (37.5% from 255 or 32.20% from 295); Green value is 40 (16.02% from 255 or 13.56% from 295); Blue value is 160 (62.89% from 255 or 54.24% from 295); Max value from RGB is 160 - color contains mainly: blue. Hex color #5F28A0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F28A0 is #A0D75F. Grayscale: #454545. Windows color (decimal): -10540896 or 10496095. OLE color: 10496095.

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

Color convert

RGB9540160-
CMYK0.410.7500.37
HSL267.5º60%39.22%-
HSV(B)267.5º75%62.75%-
XYZ11.826.4933.89-
YUV70.12178.72145.74-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 32.20%
GREEN value IS 40 (16.02% from 255) = 13.56%
BLUE value IS 160 (62.89% from 255) = 54.24%
R=32.20%
G=13.56%
B=54.24%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal95401600.410.7500.37267.56039.22
Hex5F28A0294B02510c3c27
Octal13750240511130454147447
Binary10111111010001010000010100110010110100101100001100111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F28A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,40,160); }

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

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

 a { background-color: rgb(95,40,160); }

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

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

 span { border-color: rgb(95,40,160); }

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