#653AAC

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

Shades of Royal Purple #653AAC

Tints of Royal Purple #653AAC

Color information

#653AAC (or 0x653AAC) is unknown color: approx Royal Purple. HEX triplet: 65, 3A and AC. RGB value is (101,58,172). Sum of RGB (Red+Green+Blue) = 101+58+172=331 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.51% from 331); Green value is 58 (23.05% from 255 or 17.52% from 331); Blue value is 172 (67.58% from 255 or 51.96% from 331); Max value from RGB is 172 - color contains mainly: blue. Hex color #653AAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653AAC is #9AC553. Grayscale: #535353. Windows color (decimal): -10143060 or 11287141. OLE color: 11287141.

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

Color convert

RGB10158172-
CMYK0.410.6600.33
HSL262.63º49.57%45.1%-
HSV(B)262.63º66.28%67.45%-
XYZ14.338.7739.97-
YUV83.85177.75140.23-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.51%
GREEN value IS 58 (23.05% from 255) = 17.52%
BLUE value IS 172 (67.58% from 255) = 51.96%
R=30.51%
G=17.52%
B=51.96%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal101581720.410.6600.33262.6349.5745.1
Hex653AAC2942021107322d
Octal14572254511020414076255
Binary11001011110101010110010100110000100100001100000111110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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