#653893

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

Shades of Royal Purple #653893

Tints of Royal Purple #653893

Color information

#653893 (or 0x653893) is unknown color: approx Royal Purple. HEX triplet: 65, 38 and 93. RGB value is (101,56,147). Sum of RGB (Red+Green+Blue) = 101+56+147=304 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.22% from 304); Green value is 56 (22.27% from 255 or 18.42% from 304); Blue value is 147 (57.81% from 255 or 48.36% from 304); Max value from RGB is 147 - color contains mainly: blue. Hex color #653893 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653893 is #9AC76C. Grayscale: #4F4F4F. Windows color (decimal): -10143597 or 9648229. OLE color: 9648229.

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

Color convert

RGB10156147-
CMYK0.310.6200.42
HSL269.67º44.83%39.8%-
HSV(B)269.67º61.9%57.65%-
XYZ12.057.728.46-
YUV79.83165.91143.1-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 33.22%
GREEN value IS 56 (22.27% from 255) = 18.42%
BLUE value IS 147 (57.81% from 255) = 48.36%
R=33.22%
G=18.42%
B=48.36%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal101561470.310.6200.42269.6744.8339.8
Hex6538931F3E02A10e2d28
Octal1457022337760524165550
Binary110010111100010010011111111111100101010100001110101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653893; }

 p { color: rgb(101,56,147); }

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

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

 a { background-color: rgb(101,56,147); }

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

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

 span { border-color: rgb(101,56,147); }

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