#653D9E

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

Shades of Royal Purple #653D9E

Tints of Royal Purple #653D9E

Color information

#653D9E (or 0x653D9E) is unknown color: approx Royal Purple. HEX triplet: 65, 3D and 9E. RGB value is (101,61,158). Sum of RGB (Red+Green+Blue) = 101+61+158=320 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.56% from 320); Green value is 61 (24.22% from 255 or 19.06% from 320); Blue value is 158 (62.11% from 255 or 49.38% from 320); Max value from RGB is 158 - color contains mainly: blue. Hex color #653D9E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653D9E is #9AC261. Grayscale: #535353. Windows color (decimal): -10142306 or 10370405. OLE color: 10370405.

HSL color Cylindrical-coordinate representation of color #653D9E: hue angle of 264.74º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #653D9E is Cyan = 0.36, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10161158-
CMYK0.360.6100.38
HSL264.74º44.29%42.94%-
HSV(B)264.74º61.39%61.96%-
XYZ13.218.5733.31-
YUV84.02169.75140.11-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.56%
GREEN value IS 61 (24.22% from 255) = 19.06%
BLUE value IS 158 (62.11% from 255) = 49.38%
R=31.56%
G=19.06%
B=49.38%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal101611580.360.6100.38264.7444.2942.94
Hex653D9E243D0261092c2b
Octal1457523644750464115453
Binary1100101111101100111101001001111010100110100001001101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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