#5C3AAE

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

Shades of Royal Purple #5C3AAE

Tints of Royal Purple #5C3AAE

Color information

#5C3AAE (or 0x5C3AAE) is unknown color: approx Royal Purple. HEX triplet: 5C, 3A and AE. RGB value is (92,58,174). Sum of RGB (Red+Green+Blue) = 92+58+174=324 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.40% from 324); Green value is 58 (23.05% from 255 or 17.90% from 324); Blue value is 174 (68.36% from 255 or 53.70% from 324); Max value from RGB is 174 - color contains mainly: blue. Hex color #5C3AAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C3AAE is #A3C551. Grayscale: #505050. Windows color (decimal): -10732882 or 11418204. OLE color: 11418204.

HSL color Cylindrical-coordinate representation of color #5C3AAE: hue angle of 257.59º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5C3AAE is Cyan = 0.47, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9258174-
CMYK0.470.6700.32
HSL257.59º50%45.49%-
HSV(B)257.59º66.67%68.24%-
XYZ13.578.3640.94-
YUV81.39180.26135.57-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 28.40%
GREEN value IS 58 (23.05% from 255) = 17.90%
BLUE value IS 174 (68.36% from 255) = 53.70%
R=28.40%
G=17.90%
B=53.70%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal92581740.470.6700.32257.595045.49
Hex5C3AAE2F43020102322d
Octal13472256571030404026255
Binary10111001110101010111010111110000110100000100000010110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C3AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,58,174); }

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

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

 a { background-color: rgb(92,58,174); }

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

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

 span { border-color: rgb(92,58,174); }

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