#650772

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

Shades of Purple #650772

Tints of Purple #650772

Color information

#650772 (or 0x650772) is unknown color: approx Purple. HEX triplet: 65, 07 and 72. RGB value is (101,7,114). Sum of RGB (Red+Green+Blue) = 101+7+114=222 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.50% from 222); Green value is 7 (3.12% from 255 or 3.15% from 222); Blue value is 114 (44.92% from 255 or 51.35% from 222); Max value from RGB is 114 - color contains mainly: blue. Hex color #650772 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650772 is #9AF88D. Grayscale: #2E2E2E. Windows color (decimal): -10156174 or 7472997. OLE color: 7472997.

HSL color Cylindrical-coordinate representation of color #650772: hue angle of 292.71º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #650772 is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1017114-
CMYK0.110.9400.55
HSL292.71º88.43%23.73%-
HSV(B)292.71º93.86%44.71%-
XYZ8.484.1316.27-
YUV47.3165.64166.3-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 45.50%
GREEN value IS 7 (3.12% from 255) = 3.15%
BLUE value IS 114 (44.92% from 255) = 51.35%
R=45.50%
G=3.15%
B=51.35%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal10171140.110.9400.55292.7188.4323.73
Hex65772B5E0371255818
Octal14571621313606744513030
Binary11001011111110010101110111100110111100100101101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650772; }

 p { color: rgb(101,7,114); }

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

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

 a { background-color: rgb(101,7,114); }

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

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

 span { border-color: rgb(101,7,114); }

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