#653295

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

Shades of Royal Purple #653295

Tints of Royal Purple #653295

Color information

#653295 (or 0x653295) is unknown color: approx Royal Purple. HEX triplet: 65, 32 and 95. RGB value is (101,50,149). Sum of RGB (Red+Green+Blue) = 101+50+149=300 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.67% from 300); Green value is 50 (19.92% from 255 or 16.67% from 300); Blue value is 149 (58.59% from 255 or 49.67% from 300); Max value from RGB is 149 - color contains mainly: blue. Hex color #653295 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653295 is #9ACD6A. Grayscale: #4C4C4C. Windows color (decimal): -10145131 or 9777765. OLE color: 9777765.

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

Color convert

RGB10150149-
CMYK0.320.6600.42
HSL270.91º49.75%39.02%-
HSV(B)270.91º66.44%58.43%-
XYZ11.937.2229.2-
YUV76.54168.9145.45-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 33.67%
GREEN value IS 50 (19.92% from 255) = 16.67%
BLUE value IS 149 (58.59% from 255) = 49.67%
R=33.67%
G=16.67%
B=49.67%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal101501490.320.6600.42270.9149.7539.02
Hex653295204202A10f3227
Octal14562225401020524176247
Binary11001011100101001010110000010000100101010100001111110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653295; }

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

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

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

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

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

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

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

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