#652899

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

Shades of Royal Purple #652899

Tints of Royal Purple #652899

Color information

#652899 (or 0x652899) is unknown color: approx Royal Purple. HEX triplet: 65, 28 and 99. RGB value is (101,40,153). Sum of RGB (Red+Green+Blue) = 101+40+153=294 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.35% from 294); Green value is 40 (16.02% from 255 or 13.61% from 294); Blue value is 153 (60.16% from 255 or 52.04% from 294); Max value from RGB is 153 - color contains mainly: blue. Hex color #652899 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #652899 is #9AD766. Grayscale: #464646. Windows color (decimal): -10147687 or 10037349. OLE color: 10037349.

HSL color Cylindrical-coordinate representation of color #652899: hue angle of 272.39º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #652899 is Cyan = 0.34, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB10140153-
CMYK0.340.7400.4
HSL272.39º58.55%37.84%-
HSV(B)272.39º73.86%60%-
XYZ11.886.5830.78-
YUV71.12174.21149.31-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.35%
GREEN value IS 40 (16.02% from 255) = 13.61%
BLUE value IS 153 (60.16% from 255) = 52.04%
R=34.35%
G=13.61%
B=52.04%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal101401530.340.7400.4272.3958.5537.84
Hex652899224A0281103b26
Octal14550231421120504207346
Binary11001011010001001100110001010010100101000100010000111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652899; }

 p { color: rgb(101,40,153); }

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

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

 a { background-color: rgb(101,40,153); }

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

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

 span { border-color: rgb(101,40,153); }

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