#653F9C

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

Shades of Royal Purple #653F9C

Tints of Royal Purple #653F9C

Color information

#653F9C (or 0x653F9C) is unknown color: approx Royal Purple. HEX triplet: 65, 3F and 9C. RGB value is (101,63,156). Sum of RGB (Red+Green+Blue) = 101+63+156=320 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.56% from 320); Green value is 63 (25% from 255 or 19.69% from 320); Blue value is 156 (61.33% from 255 or 48.75% from 320); Max value from RGB is 156 - color contains mainly: blue. Hex color #653F9C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653F9C is #9AC063. Grayscale: #545454. Windows color (decimal): -10141796 or 10239845. OLE color: 10239845.

HSL color Cylindrical-coordinate representation of color #653F9C: hue angle of 264.52º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #653F9C is Cyan = 0.35, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB10163156-
CMYK0.350.6000.39
HSL264.52º42.47%42.94%-
HSV(B)264.52º59.62%61.18%-
XYZ13.158.7232.44-
YUV84.96168.09139.44-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.56%
GREEN value IS 63 (25% from 255) = 19.69%
BLUE value IS 156 (61.33% from 255) = 48.75%
R=31.56%
G=19.69%
B=48.75%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal101631560.350.6000.39264.5242.4742.94
Hex653F9C233C0271092a2b
Octal1457723443740474115253
Binary1100101111111100111001000111111000100111100001001101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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