#653495

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

Shades of Royal Purple #653495

Tints of Royal Purple #653495

Color information

#653495 (or 0x653495) is unknown color: approx Royal Purple. HEX triplet: 65, 34 and 95. RGB value is (101,52,149). Sum of RGB (Red+Green+Blue) = 101+52+149=302 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.44% from 302); Green value is 52 (20.70% from 255 or 17.22% from 302); Blue value is 149 (58.59% from 255 or 49.34% from 302); Max value from RGB is 149 - color contains mainly: blue. Hex color #653495 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653495 is #9ACB6A. Grayscale: #4D4D4D. Windows color (decimal): -10144619 or 9778277. OLE color: 9778277.

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

Color convert

RGB10152149-
CMYK0.320.6500.42
HSL270.31º48.26%39.41%-
HSV(B)270.31º65.1%58.43%-
XYZ12.027.3929.23-
YUV77.71168.23144.61-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 33.44%
GREEN value IS 52 (20.70% from 255) = 17.22%
BLUE value IS 149 (58.59% from 255) = 49.34%
R=33.44%
G=17.22%
B=49.34%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal101521490.320.6500.42270.3148.2639.41
Hex653495204102A10e3027
Octal14564225401010524166047
Binary11001011101001001010110000010000010101010100001110110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653495; }

 p { color: rgb(101,52,149); }

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

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

 a { background-color: rgb(101,52,149); }

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

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

 span { border-color: rgb(101,52,149); }

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