#650473

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

Shades of Purple #650473

Tints of Purple #650473

Color information

#650473 (or 0x650473) is unknown color: approx Purple. HEX triplet: 65, 04 and 73. RGB value is (101,4,115). Sum of RGB (Red+Green+Blue) = 101+4+115=220 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.91% from 220); Green value is 4 (1.95% from 255 or 1.82% from 220); Blue value is 115 (45.31% from 255 or 52.27% from 220); Max value from RGB is 115 - color contains mainly: blue. Hex color #650473 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650473 is #9AFB8C. Grayscale: #2D2D2D. Windows color (decimal): -10156941 or 7537765. OLE color: 7537765.

HSL color Cylindrical-coordinate representation of color #650473: hue angle of 292.43º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #650473 is Cyan = 0.12, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1014115-
CMYK0.120.9700.55
HSL292.43º93.28%23.33%-
HSV(B)292.43º96.52%45.1%-
XYZ8.54.0916.56-
YUV45.66167.14167.47-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 45.91%
GREEN value IS 4 (1.95% from 255) = 1.82%
BLUE value IS 115 (45.31% from 255) = 52.27%
R=45.91%
G=1.82%
B=52.27%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal10141150.120.9700.55292.4393.2823.33
Hex65473C610371245d17
Octal14541631414106744413527
Binary11001011001110011110011000010110111100100100101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650473; }

 p { color: rgb(101,4,115); }

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

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

 a { background-color: rgb(101,4,115); }

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

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

 span { border-color: rgb(101,4,115); }

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