#654298

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

Shades of Royal Purple #654298

Tints of Royal Purple #654298

Color information

#654298 (or 0x654298) is unknown color: approx Royal Purple. HEX triplet: 65, 42 and 98. RGB value is (101,66,152). Sum of RGB (Red+Green+Blue) = 101+66+152=319 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.66% from 319); Green value is 66 (26.17% from 255 or 20.69% from 319); Blue value is 152 (59.77% from 255 or 47.65% from 319); Max value from RGB is 152 - color contains mainly: blue. Hex color #654298 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #654298 is #9ABD67. Grayscale: #555555. Windows color (decimal): -10141032 or 9978469. OLE color: 9978469.

HSL color Cylindrical-coordinate representation of color #654298: hue angle of 264.42º degrees, saturation: 0.39, 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 #654298 is Cyan = 0.34, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB10166152-
CMYK0.340.5700.40
HSL264.42º39.45%42.75%-
HSV(B)264.42º56.58%59.61%-
XYZ12.988.9330.75-
YUV86.27165.1138.51-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.66%
GREEN value IS 66 (26.17% from 255) = 20.69%
BLUE value IS 152 (59.77% from 255) = 47.65%
R=31.66%
G=20.69%
B=47.65%

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
Decimal101661520.340.5700.40264.4239.4542.75
Hex6542982239028108272b
Octal14510223042710504104753
Binary11001011000010100110001000101110010101000100001000100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654298; }

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

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

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

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

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

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

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

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