#5F28A2

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

Shades of Royal Purple #5F28A2

Tints of Royal Purple #5F28A2

Color information

#5F28A2 (or 0x5F28A2) is unknown color: approx Royal Purple. HEX triplet: 5F, 28 and A2. RGB value is (95,40,162). Sum of RGB (Red+Green+Blue) = 95+40+162=297 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.99% from 297); Green value is 40 (16.02% from 255 or 13.47% from 297); Blue value is 162 (63.67% from 255 or 54.55% from 297); Max value from RGB is 162 - color contains mainly: blue. Hex color #5F28A2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F28A2 is #A0D75D. Grayscale: #454545. Windows color (decimal): -10540894 or 10627167. OLE color: 10627167.

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

Color convert

RGB9540162-
CMYK0.410.7500.36
HSL267.05º60.4%39.61%-
HSV(B)267.05º75.31%63.53%-
XYZ126.5634.82-
YUV70.35179.72145.58-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 31.99%
GREEN value IS 40 (16.02% from 255) = 13.47%
BLUE value IS 162 (63.67% from 255) = 54.55%
R=31.99%
G=13.47%
B=54.55%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal95401620.410.7500.36267.0560.439.61
Hex5F28A2294B02410b3c28
Octal13750242511130444137450
Binary10111111010001010001010100110010110100100100001011111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F28A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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