#653FAC

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

Shades of Royal Purple #653FAC

Tints of Royal Purple #653FAC

Color information

#653FAC (or 0x653FAC) is unknown color: approx Royal Purple. HEX triplet: 65, 3F and AC. RGB value is (101,63,172). Sum of RGB (Red+Green+Blue) = 101+63+172=336 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.06% from 336); Green value is 63 (25% from 255 or 18.75% from 336); Blue value is 172 (67.58% from 255 or 51.19% from 336); Max value from RGB is 172 - color contains mainly: blue. Hex color #653FAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653FAC is #9AC053. Grayscale: #565656. Windows color (decimal): -10141780 or 11288421. OLE color: 11288421.

HSL color Cylindrical-coordinate representation of color #653FAC: hue angle of 260.92º 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 #653FAC is Cyan = 0.41, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10163172-
CMYK0.410.6300.33
HSL260.92º46.38%46.08%-
HSV(B)260.92º63.37%67.45%-
XYZ14.599.340.06-
YUV86.79176.09138.14-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.06%
GREEN value IS 63 (25% from 255) = 18.75%
BLUE value IS 172 (67.58% from 255) = 51.19%
R=30.06%
G=18.75%
B=51.19%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal101631720.410.6300.33260.9246.3846.08
Hex653FAC293F0211052e2e
Octal1457725451770414055656
Binary1100101111111101011001010011111110100001100000101101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653FAC; }

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

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

<style>
 a { background-color: #653FAC; }

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

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

<style>
 span { border-color: #653FAC; }

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

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