#5D289F

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

Shades of Royal Purple #5D289F

Tints of Royal Purple #5D289F

Color information

#5D289F (or 0x5D289F) is unknown color: approx Royal Purple. HEX triplet: 5D, 28 and 9F. RGB value is (93,40,159). Sum of RGB (Red+Green+Blue) = 93+40+159=292 (38% of max value = 765). Red value is 93 (36.72% from 255 or 31.85% from 292); Green value is 40 (16.02% from 255 or 13.70% from 292); Blue value is 159 (62.5% from 255 or 54.45% from 292); Max value from RGB is 159 - color contains mainly: blue. Hex color #5D289F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D289F is #A2D760. Grayscale: #444444. Windows color (decimal): -10671969 or 10430557. OLE color: 10430557.

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

Color convert

RGB9340159-
CMYK0.420.7500.38
HSL266.72º59.8%39.02%-
HSV(B)266.72º74.84%62.35%-
XYZ11.536.3533.42-
YUV69.41178.56144.82-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 31.85%
GREEN value IS 40 (16.02% from 255) = 13.70%
BLUE value IS 159 (62.5% from 255) = 54.45%
R=31.85%
G=13.70%
B=54.45%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal93401590.420.7500.38266.7259.839.02
Hex5D289F2A4B02610b3c27
Octal13550237521130464137447
Binary10111011010001001111110101010010110100110100001011111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D289F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,40,159); }

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

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

 a { background-color: rgb(93,40,159); }

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

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

 span { border-color: rgb(93,40,159); }

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