#654599

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

Shades of Royal Purple #654599

Tints of Royal Purple #654599

Color information

#654599 (or 0x654599) is unknown color: approx Royal Purple. HEX triplet: 65, 45 and 99. RGB value is (101,69,153). Sum of RGB (Red+Green+Blue) = 101+69+153=323 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.27% from 323); Green value is 69 (27.34% from 255 or 21.36% from 323); Blue value is 153 (60.16% from 255 or 47.37% from 323); Max value from RGB is 153 - color contains mainly: blue. Hex color #654599 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #654599 is #9ABA66. Grayscale: #575757. Windows color (decimal): -10140263 or 10044773. OLE color: 10044773.

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

Color convert

RGB10169153-
CMYK0.340.5500.4
HSL262.86º37.84%43.53%-
HSV(B)262.86º54.9%60%-
XYZ13.249.3231.24-
YUV88.14164.6137.17-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.27%
GREEN value IS 69 (27.34% from 255) = 21.36%
BLUE value IS 153 (60.16% from 255) = 47.37%
R=31.27%
G=21.36%
B=47.37%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal101691530.340.5500.4262.8637.8443.53
Hex6545992237028107262c
Octal14510523142670504074654
Binary11001011000101100110011000101101110101000100000111100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654599; }

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

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

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

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

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

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

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

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