#653297

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

Shades of Royal Purple #653297

Tints of Royal Purple #653297

Color information

#653297 (or 0x653297) is unknown color: approx Royal Purple. HEX triplet: 65, 32 and 97. RGB value is (101,50,151). Sum of RGB (Red+Green+Blue) = 101+50+151=302 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.44% from 302); Green value is 50 (19.92% from 255 or 16.56% from 302); Blue value is 151 (59.38% from 255 or 50% from 302); Max value from RGB is 151 - color contains mainly: blue. Hex color #653297 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653297 is #9ACD68. Grayscale: #4C4C4C. Windows color (decimal): -10145129 or 9908837. OLE color: 9908837.

HSL color Cylindrical-coordinate representation of color #653297: hue angle of 270.3º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #653297 is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB10150151-
CMYK0.330.6700.41
HSL270.3º50.25%39.41%-
HSV(B)270.3º66.89%59.22%-
XYZ12.097.2830.05-
YUV76.76169.9145.29-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 33.44%
GREEN value IS 50 (19.92% from 255) = 16.56%
BLUE value IS 151 (59.38% from 255) = 50%
R=33.44%
G=16.56%
B=50%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal101501510.330.6700.41270.350.2539.41
Hex653297214302910e3227
Octal14562227411030514166247
Binary11001011100101001011110000110000110101001100001110110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653297; }

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

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

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

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

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

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

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

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