#5C3FAC

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

Shades of Royal Purple #5C3FAC

Tints of Royal Purple #5C3FAC

Color information

#5C3FAC (or 0x5C3FAC) is unknown color: approx Royal Purple. HEX triplet: 5C, 3F and AC. RGB value is (92,63,172). Sum of RGB (Red+Green+Blue) = 92+63+172=327 (43% of max value = 765). Red value is 92 (36.33% from 255 or 28.13% from 327); Green value is 63 (25% from 255 or 19.27% from 327); Blue value is 172 (67.58% from 255 or 52.60% from 327); Max value from RGB is 172 - color contains mainly: blue. Hex color #5C3FAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C3FAC is #A3C053. Grayscale: #535353. Windows color (decimal): -10731604 or 11288412. OLE color: 11288412.

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

Color convert

RGB9263172-
CMYK0.470.6300.33
HSL255.96º46.38%46.08%-
HSV(B)255.96º63.37%67.45%-
XYZ13.648.8140.01-
YUV84.1177.61133.64-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 28.13%
GREEN value IS 63 (25% from 255) = 19.27%
BLUE value IS 172 (67.58% from 255) = 52.60%
R=28.13%
G=19.27%
B=52.60%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal92631720.470.6300.33255.9646.3846.08
Hex5C3FAC2F3F0211002e2e
Octal1347725457770414005656
Binary1011100111111101011001011111111110100001100000000101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C3FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,63,172); }

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

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

 a { background-color: rgb(92,63,172); }

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

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

 span { border-color: rgb(92,63,172); }

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