#653F9A

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

Shades of Royal Purple #653F9A

Tints of Royal Purple #653F9A

Color information

#653F9A (or 0x653F9A) is unknown color: approx Royal Purple. HEX triplet: 65, 3F and 9A. RGB value is (101,63,154). Sum of RGB (Red+Green+Blue) = 101+63+154=318 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.76% from 318); Green value is 63 (25% from 255 or 19.81% from 318); Blue value is 154 (60.55% from 255 or 48.43% from 318); Max value from RGB is 154 - color contains mainly: blue. Hex color #653F9A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653F9A is #9AC065. Grayscale: #545454. Windows color (decimal): -10141798 or 10108773. OLE color: 10108773.

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

Color convert

RGB10163154-
CMYK0.340.5900.40
HSL265.05º41.94%42.55%-
HSV(B)265.05º59.09%60.39%-
XYZ12.988.6531.56-
YUV84.74167.09139.6-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.76%
GREEN value IS 63 (25% from 255) = 19.81%
BLUE value IS 154 (60.55% from 255) = 48.43%
R=31.76%
G=19.81%
B=48.43%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal101631540.340.5900.40265.0541.9442.55
Hex653F9A223B0281092a2b
Octal1457723242730504115253
Binary1100101111111100110101000101110110101000100001001101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653F9A; }

 p { color: rgb(101,63,154); }

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

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

 a { background-color: rgb(101,63,154); }

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

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

 span { border-color: rgb(101,63,154); }

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