#5C3DAD

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

Shades of Royal Purple #5C3DAD

Tints of Royal Purple #5C3DAD

Color information

#5C3DAD (or 0x5C3DAD) is unknown color: approx Royal Purple. HEX triplet: 5C, 3D and AD. RGB value is (92,61,173). Sum of RGB (Red+Green+Blue) = 92+61+173=326 (43% of max value = 765). Red value is 92 (36.33% from 255 or 28.22% from 326); Green value is 61 (24.22% from 255 or 18.71% from 326); Blue value is 173 (67.97% from 255 or 53.07% from 326); Max value from RGB is 173 - color contains mainly: blue. Hex color #5C3DAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C3DAD is #A3C252. Grayscale: #525252. Windows color (decimal): -10732115 or 11353436. OLE color: 11353436.

HSL color Cylindrical-coordinate representation of color #5C3DAD: hue angle of 256.61º 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 #5C3DAD is Cyan = 0.47, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9261173-
CMYK0.470.6500.32
HSL256.61º47.86%45.88%-
HSV(B)256.61º64.74%67.84%-
XYZ13.638.6340.48-
YUV83.04178.77134.39-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 28.22%
GREEN value IS 61 (24.22% from 255) = 18.71%
BLUE value IS 173 (67.97% from 255) = 53.07%
R=28.22%
G=18.71%
B=53.07%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal92611730.470.6500.32256.6147.8645.88
Hex5C3DAD2F41020101302e
Octal13475255571010404016056
Binary10111001111011010110110111110000010100000100000001110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C3DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,61,173); }

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

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

 a { background-color: rgb(92,61,173); }

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

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

 span { border-color: rgb(92,61,173); }

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