#5D34A0

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

Shades of Royal Purple #5D34A0

Tints of Royal Purple #5D34A0

Color information

#5D34A0 (or 0x5D34A0) is unknown color: approx Royal Purple. HEX triplet: 5D, 34 and A0. RGB value is (93,52,160). Sum of RGB (Red+Green+Blue) = 93+52+160=305 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.49% from 305); Green value is 52 (20.70% from 255 or 17.05% from 305); Blue value is 160 (62.89% from 255 or 52.46% from 305); Max value from RGB is 160 - color contains mainly: blue. Hex color #5D34A0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D34A0 is #A2CB5F. Grayscale: #4C4C4C. Windows color (decimal): -10668896 or 10499165. OLE color: 10499165.

HSL color Cylindrical-coordinate representation of color #5D34A0: hue angle of 262.78º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5D34A0 is Cyan = 0.42, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB9352160-
CMYK0.420.6800.37
HSL262.78º50.94%41.57%-
HSV(B)262.78º67.5%62.75%-
XYZ12.097.3234.03-
YUV76.57175.08139.72-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 30.49%
GREEN value IS 52 (20.70% from 255) = 17.05%
BLUE value IS 160 (62.89% from 255) = 52.46%
R=30.49%
G=17.05%
B=52.46%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal93521600.420.6800.37262.7850.9441.57
Hex5D34A02A44025107332a
Octal13564240521040454076352
Binary10111011101001010000010101010001000100101100000111110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D34A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,52,160); }

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

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

 a { background-color: rgb(93,52,160); }

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

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

 span { border-color: rgb(93,52,160); }

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