#654998

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

Shades of Royal Purple #654998

Tints of Royal Purple #654998

Color information

#654998 (or 0x654998) is unknown color: approx Royal Purple. HEX triplet: 65, 49 and 98. RGB value is (101,73,152). Sum of RGB (Red+Green+Blue) = 101+73+152=326 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.98% from 326); Green value is 73 (28.91% from 255 or 22.39% from 326); Blue value is 152 (59.77% from 255 or 46.63% from 326); Max value from RGB is 152 - color contains mainly: blue. Hex color #654998 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #654998 is #9AB667. Grayscale: #5A5A5A. Windows color (decimal): -10139240 or 9980261. OLE color: 9980261.

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

Color convert

RGB10173152-
CMYK0.340.5200.40
HSL261.27º35.11%44.12%-
HSV(B)261.27º51.97%59.61%-
XYZ13.429.830.89-
YUV90.38162.78135.58-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.98%
GREEN value IS 73 (28.91% from 255) = 22.39%
BLUE value IS 152 (59.77% from 255) = 46.63%
R=30.98%
G=22.39%
B=46.63%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal101731520.340.5200.40261.2735.1144.12
Hex6549982234028105232c
Octal14511123042640504054354
Binary11001011001001100110001000101101000101000100000101100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654998; }

 p { color: rgb(101,73,152); }

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

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

 a { background-color: rgb(101,73,152); }

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

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

 span { border-color: rgb(101,73,152); }

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