#653fb2

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

Shades of Royal Purple #653FB2

Tints of Royal Purple #653FB2

Color information

#653FB2 (or 0x653FB2) is unknown color: approx Royal Purple. HEX triplet: 65, 3F and B2. RGB value is (101,63,178). Sum of RGB (Red+Green+Blue) = 101+63+178=342 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.53% from 342); Green value is 63 (25% from 255 or 18.42% from 342); Blue value is 178 (69.92% from 255 or 52.05% from 342); Max value from RGB is 178 - color contains mainly: blue. Hex color #653FB2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653FB2 is #9AC04D. Grayscale: #575757. Windows color (decimal): -10141774 or 11681637. OLE color: 11681637.

HSL color Cylindrical-coordinate representation of color #653FB2: hue angle of 259.83º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #653FB2 is Cyan = 0.43, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB10163178-
CMYK0.430.6500.30
HSL259.83º47.72%47.25%-
HSV(B)259.83º64.61%69.8%-
XYZ15.189.5443.16-
YUV87.47179.09137.65-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.53%
GREEN value IS 63 (25% from 255) = 18.42%
BLUE value IS 178 (69.92% from 255) = 52.05%
R=29.53%
G=18.42%
B=52.05%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal101631780.430.6500.30259.8347.7247.25
Hex653FB22B4101E104302f
Octal14577262531010364046057
Binary1100101111111101100101010111000001011110100000100110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653fb2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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