#5a3cad

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

Shades of Royal Purple #5A3CAD

Tints of Royal Purple #5A3CAD

Color information

#5A3CAD (or 0x5A3CAD) is unknown color: approx Royal Purple. HEX triplet: 5A, 3C and AD. RGB value is (90,60,173). Sum of RGB (Red+Green+Blue) = 90+60+173=323 (42% of max value = 765). Red value is 90 (35.55% from 255 or 27.86% from 323); Green value is 60 (23.83% from 255 or 18.58% from 323); Blue value is 173 (67.97% from 255 or 53.56% from 323); Max value from RGB is 173 - color contains mainly: blue. Hex color #5A3CAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A3CAD is #A5C352. Grayscale: #515151. Windows color (decimal): -10863443 or 11353178. OLE color: 11353178.

HSL color Cylindrical-coordinate representation of color #5A3CAD: hue angle of 255.93º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5A3CAD is Cyan = 0.48, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9060173-
CMYK0.480.6500.32
HSL255.93º48.5%45.69%-
HSV(B)255.93º65.32%67.84%-
XYZ13.388.4240.46-
YUV81.85179.44133.81-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 27.86%
GREEN value IS 60 (23.83% from 255) = 18.58%
BLUE value IS 173 (67.97% from 255) = 53.56%
R=27.86%
G=18.58%
B=53.56%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal90601730.480.6500.32255.9348.545.69
Hex5A3CAD3041020100302e
Octal13274255601010404006056
Binary10110101111001010110111000010000010100000100000000110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5a3cad

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,60,173); }

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

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

 a { background-color: rgb(90,60,173); }

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

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

 span { border-color: rgb(90,60,173); }

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