#653DAB

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

Shades of Royal Purple #653DAB

Tints of Royal Purple #653DAB

Color information

#653DAB (or 0x653DAB) is unknown color: approx Royal Purple. HEX triplet: 65, 3D and AB. RGB value is (101,61,171). Sum of RGB (Red+Green+Blue) = 101+61+171=333 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.33% from 333); Green value is 61 (24.22% from 255 or 18.32% from 333); Blue value is 171 (67.19% from 255 or 51.35% from 333); Max value from RGB is 171 - color contains mainly: blue. Hex color #653DAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653DAB is #9AC254. Grayscale: #555555. Windows color (decimal): -10142293 or 11222373. OLE color: 11222373.

HSL color Cylindrical-coordinate representation of color #653DAB: hue angle of 261.82º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #653DAB is Cyan = 0.41, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10161171-
CMYK0.410.6400.33
HSL261.82º47.41%45.49%-
HSV(B)261.82º64.33%67.06%-
XYZ14.399.0439.52-
YUV85.5176.25139.06-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.33%
GREEN value IS 61 (24.22% from 255) = 18.32%
BLUE value IS 171 (67.19% from 255) = 51.35%
R=30.33%
G=18.32%
B=51.35%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal101611710.410.6400.33261.8247.4145.49
Hex653DAB29400211062f2d
Octal14575253511000414065755
Binary11001011111011010101110100110000000100001100000110101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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