#654097

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

Shades of Royal Purple #654097

Tints of Royal Purple #654097

Color information

#654097 (or 0x654097) is unknown color: approx Royal Purple. HEX triplet: 65, 40 and 97. RGB value is (101,64,151). Sum of RGB (Red+Green+Blue) = 101+64+151=316 (41% of max value = 765). Red value is 101 (39.84% from 255 or 31.96% from 316); Green value is 64 (25.39% from 255 or 20.25% from 316); Blue value is 151 (59.38% from 255 or 47.78% from 316); Max value from RGB is 151 - color contains mainly: blue. Hex color #654097 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #654097 is #9ABF68. Grayscale: #545454. Windows color (decimal): -10141545 or 9912421. OLE color: 9912421.

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

Color convert

RGB10164151-
CMYK0.330.5800.41
HSL265.52º40.47%42.16%-
HSV(B)265.52º57.62%59.22%-
XYZ12.798.6730.28-
YUV84.98165.26139.43-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.96%
GREEN value IS 64 (25.39% from 255) = 20.25%
BLUE value IS 151 (59.38% from 255) = 47.78%
R=31.96%
G=20.25%
B=47.78%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal101641510.330.5800.41265.5240.4742.16
Hex654097213A02910a282a
Octal14510022741720514125052
Binary11001011000000100101111000011110100101001100001010101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654097; }

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

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

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

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

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

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

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

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