#654198

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

Shades of Royal Purple #654198

Tints of Royal Purple #654198

Color information

#654198 (or 0x654198) is unknown color: approx Royal Purple. HEX triplet: 65, 41 and 98. RGB value is (101,65,152). Sum of RGB (Red+Green+Blue) = 101+65+152=318 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.76% from 318); Green value is 65 (25.78% from 255 or 20.44% from 318); Blue value is 152 (59.77% from 255 or 47.80% from 318); Max value from RGB is 152 - color contains mainly: blue. Hex color #654198 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #654198 is #9ABE67. Grayscale: #555555. Windows color (decimal): -10141288 or 9978213. OLE color: 9978213.

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

Color convert

RGB10165152-
CMYK0.340.5700.40
HSL264.83º40.09%42.55%-
HSV(B)264.83º57.24%59.61%-
XYZ12.928.8130.73-
YUV85.68165.43138.93-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.76%
GREEN value IS 65 (25.78% from 255) = 20.44%
BLUE value IS 152 (59.77% from 255) = 47.80%
R=31.76%
G=20.44%
B=47.80%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal101651520.340.5700.40264.8340.0942.55
Hex6541982239028109282b
Octal14510123042710504115053
Binary11001011000001100110001000101110010101000100001001101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654198; }

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

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

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

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

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

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

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

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