#653DAD

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

Shades of Royal Purple #653DAD

Tints of Royal Purple #653DAD

Color information

#653DAD (or 0x653DAD) is unknown color: approx Royal Purple. HEX triplet: 65, 3D and AD. RGB value is (101,61,173). Sum of RGB (Red+Green+Blue) = 101+61+173=335 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.15% from 335); Green value is 61 (24.22% from 255 or 18.21% from 335); Blue value is 173 (67.97% from 255 or 51.64% from 335); Max value from RGB is 173 - color contains mainly: blue. Hex color #653DAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653DAD is #9AC252. Grayscale: #555555. Windows color (decimal): -10142291 or 11353445. OLE color: 11353445.

HSL color Cylindrical-coordinate representation of color #653DAD: hue angle of 261.43º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #653DAD is Cyan = 0.42, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10161173-
CMYK0.420.6500.32
HSL261.43º47.86%45.88%-
HSV(B)261.43º64.74%67.84%-
XYZ14.589.1240.53-
YUV85.73177.25138.89-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.15%
GREEN value IS 61 (24.22% from 255) = 18.21%
BLUE value IS 173 (67.97% from 255) = 51.64%
R=30.15%
G=18.21%
B=51.64%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal101611730.420.6500.32261.4347.8645.88
Hex653DAD2A41020105302e
Octal14575255521010404056056
Binary11001011111011010110110101010000010100000100000101110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,61,173); }

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

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

 a { background-color: rgb(101,61,173); }

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

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

 span { border-color: rgb(101,61,173); }

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