#653999

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

Shades of Royal Purple #653999

Tints of Royal Purple #653999

Color information

#653999 (or 0x653999) is unknown color: approx Royal Purple. HEX triplet: 65, 39 and 99. RGB value is (101,57,153). Sum of RGB (Red+Green+Blue) = 101+57+153=311 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.48% from 311); Green value is 57 (22.66% from 255 or 18.33% from 311); Blue value is 153 (60.16% from 255 or 49.20% from 311); Max value from RGB is 153 - color contains mainly: blue. Hex color #653999 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653999 is #9AC666. Grayscale: #505050. Windows color (decimal): -10143335 or 10041701. OLE color: 10041701.

HSL color Cylindrical-coordinate representation of color #653999: hue angle of 267.5º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #653999 is Cyan = 0.34, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB10157153-
CMYK0.340.6300.4
HSL267.5º45.71%41.18%-
HSV(B)267.5º62.75%60%-
XYZ12.587.9931.02-
YUV81.1168.58142.19-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 32.48%
GREEN value IS 57 (22.66% from 255) = 18.33%
BLUE value IS 153 (60.16% from 255) = 49.20%
R=32.48%
G=18.33%
B=49.20%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal101571530.340.6300.4267.545.7141.18
Hex653999223F02810c2e29
Octal1457123142770504145651
Binary1100101111001100110011000101111110101000100001100101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653999; }

 p { color: rgb(101,57,153); }

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

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

 a { background-color: rgb(101,57,153); }

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

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

 span { border-color: rgb(101,57,153); }

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