#5D3AA4

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

Shades of Royal Purple #5D3AA4

Tints of Royal Purple #5D3AA4

Color information

#5D3AA4 (or 0x5D3AA4) is unknown color: approx Royal Purple. HEX triplet: 5D, 3A and A4. RGB value is (93,58,164). Sum of RGB (Red+Green+Blue) = 93+58+164=315 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.52% from 315); Green value is 58 (23.05% from 255 or 18.41% from 315); Blue value is 164 (64.45% from 255 or 52.06% from 315); Max value from RGB is 164 - color contains mainly: blue. Hex color #5D3AA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D3AA4 is #A2C55B. Grayscale: #505050. Windows color (decimal): -10667356 or 10762845. OLE color: 10762845.

HSL color Cylindrical-coordinate representation of color #5D3AA4: hue angle of 259.81º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5D3AA4 is Cyan = 0.43, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB9358164-
CMYK0.430.6500.36
HSL259.81º47.75%43.53%-
HSV(B)259.81º64.63%64.31%-
XYZ12.738.0336-
YUV80.55175.1136.88-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 29.52%
GREEN value IS 58 (23.05% from 255) = 18.41%
BLUE value IS 164 (64.45% from 255) = 52.06%
R=29.52%
G=18.41%
B=52.06%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal93581640.430.6500.36259.8147.7543.53
Hex5D3AA42B41024104302c
Octal13572244531010444046054
Binary10111011110101010010010101110000010100100100000100110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D3AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,58,164); }

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

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

 a { background-color: rgb(93,58,164); }

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

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

 span { border-color: rgb(93,58,164); }

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