#653D9D

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

Shades of Royal Purple #653D9D

Tints of Royal Purple #653D9D

Color information

#653D9D (or 0x653D9D) is unknown color: approx Royal Purple. HEX triplet: 65, 3D and 9D. RGB value is (101,61,157). Sum of RGB (Red+Green+Blue) = 101+61+157=319 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.66% from 319); Green value is 61 (24.22% from 255 or 19.12% from 319); Blue value is 157 (61.72% from 255 or 49.22% from 319); Max value from RGB is 157 - color contains mainly: blue. Hex color #653D9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653D9D is #9AC262. Grayscale: #535353. Windows color (decimal): -10142307 or 10304869. OLE color: 10304869.

HSL color Cylindrical-coordinate representation of color #653D9D: hue angle of 265º 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 #653D9D is Cyan = 0.36, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10161157-
CMYK0.360.6100.38
HSL265º44.04%42.75%-
HSV(B)265º61.15%61.57%-
XYZ13.128.5432.85-
YUV83.9169.25140.19-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.66%
GREEN value IS 61 (24.22% from 255) = 19.12%
BLUE value IS 157 (61.72% from 255) = 49.22%
R=31.66%
G=19.12%
B=49.22%

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
Decimal101611570.360.6100.3826544.0442.75
Hex653D9D243D0261092c2b
Octal1457523544750464115453
Binary1100101111101100111011001001111010100110100001001101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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