#5D299E

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

Shades of Royal Purple #5D299E

Tints of Royal Purple #5D299E

Color information

#5D299E (or 0x5D299E) is unknown color: approx Royal Purple. HEX triplet: 5D, 29 and 9E. RGB value is (93,41,158). Sum of RGB (Red+Green+Blue) = 93+41+158=292 (38% of max value = 765). Red value is 93 (36.72% from 255 or 31.85% from 292); Green value is 41 (16.41% from 255 or 14.04% from 292); Blue value is 158 (62.11% from 255 or 54.11% from 292); Max value from RGB is 158 - color contains mainly: blue. Hex color #5D299E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D299E is #A2D661. Grayscale: #454545. Windows color (decimal): -10671714 or 10365277. OLE color: 10365277.

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

Color convert

RGB9341158-
CMYK0.410.7400.38
HSL266.67º58.79%39.02%-
HSV(B)266.67º74.05%61.96%-
XYZ11.486.3832.97-
YUV69.89177.73144.49-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 31.85%
GREEN value IS 41 (16.41% from 255) = 14.04%
BLUE value IS 158 (62.11% from 255) = 54.11%
R=31.85%
G=14.04%
B=54.11%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal93411580.410.7400.38266.6758.7939.02
Hex5D299E294A02610b3b27
Octal13551236511120464137347
Binary10111011010011001111010100110010100100110100001011111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D299E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,41,158); }

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

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

 a { background-color: rgb(93,41,158); }

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

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

 span { border-color: rgb(93,41,158); }

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