#5D229E

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

Shades of Royal Purple #5D229E

Tints of Royal Purple #5D229E

Color information

#5D229E (or 0x5D229E) is unknown color: approx Royal Purple. HEX triplet: 5D, 22 and 9E. RGB value is (93,34,158). Sum of RGB (Red+Green+Blue) = 93+34+158=285 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.63% from 285); Green value is 34 (13.67% from 255 or 11.93% from 285); Blue value is 158 (62.11% from 255 or 55.44% from 285); Max value from RGB is 158 - color contains mainly: blue. Hex color #5D229E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D229E is #A2DD61. Grayscale: #414141. Windows color (decimal): -10673506 or 10363485. OLE color: 10363485.

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

Color convert

RGB9334158-
CMYK0.410.7800.38
HSL268.55º64.58%37.65%-
HSV(B)268.55º78.48%61.96%-
XYZ11.265.9432.9-
YUV65.78180.05147.42-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 32.63%
GREEN value IS 34 (13.67% from 255) = 11.93%
BLUE value IS 158 (62.11% from 255) = 55.44%
R=32.63%
G=11.93%
B=55.44%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal93341580.410.7800.38268.5564.5837.65
Hex5D229E294E02610d4126
Octal135422365111604641510146
Binary101110110001010011110101001100111001001101000011011000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D229E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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