#5c3aab

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

Shades of Royal Purple #5C3AAB

Tints of Royal Purple #5C3AAB

Color information

#5C3AAB (or 0x5C3AAB) is unknown color: approx Royal Purple. HEX triplet: 5C, 3A and AB. RGB value is (92,58,171). Sum of RGB (Red+Green+Blue) = 92+58+171=321 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.66% from 321); Green value is 58 (23.05% from 255 or 18.07% from 321); Blue value is 171 (67.19% from 255 or 53.27% from 321); Max value from RGB is 171 - color contains mainly: blue. Hex color #5C3AAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C3AAB is #A3C554. Grayscale: #505050. Windows color (decimal): -10732885 or 11221596. OLE color: 11221596.

HSL color Cylindrical-coordinate representation of color #5C3AAB: hue angle of 258.05º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5C3AAB is Cyan = 0.46, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9258171-
CMYK0.460.6600.33
HSL258.05º49.34%44.9%-
HSV(B)258.05º66.08%67.06%-
XYZ13.288.2439.42-
YUV81.05178.76135.81-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 28.66%
GREEN value IS 58 (23.05% from 255) = 18.07%
BLUE value IS 171 (67.19% from 255) = 53.27%
R=28.66%
G=18.07%
B=53.27%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal92581710.460.6600.33258.0549.3444.9
Hex5C3AAB2E42021102312d
Octal13472253561020414026155
Binary10111001110101010101110111010000100100001100000010110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5c3aab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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