#650277

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

Shades of Purple #650277

Tints of Purple #650277

Color information

#650277 (or 0x650277) is unknown color: approx Purple. HEX triplet: 65, 02 and 77. RGB value is (101,2,119). Sum of RGB (Red+Green+Blue) = 101+2+119=222 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.50% from 222); Green value is 2 (1.17% from 255 or 0.90% from 222); Blue value is 119 (46.88% from 255 or 53.60% from 222); Max value from RGB is 119 - color contains mainly: blue. Hex color #650277 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650277 is #9AFD88. Grayscale: #2C2C2C. Windows color (decimal): -10157449 or 7799397. OLE color: 7799397.

HSL color Cylindrical-coordinate representation of color #650277: hue angle of 290.77º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #650277 is Cyan = 0.15, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1012119-
CMYK0.150.9800.53
HSL290.77º96.69%23.73%-
HSV(B)290.77º98.32%46.67%-
XYZ8.724.1417.79-
YUV44.94169.8167.99-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 45.50%
GREEN value IS 2 (1.17% from 255) = 0.90%
BLUE value IS 119 (46.88% from 255) = 53.60%
R=45.50%
G=0.90%
B=53.60%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal10121190.150.9800.53290.7796.6923.73
Hex65277F620351236118
Octal14521671714206544314130
Binary1100101101110111111111000100110101100100011110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650277; }

 p { color: rgb(101,2,119); }

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

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

 a { background-color: rgb(101,2,119); }

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

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

 span { border-color: rgb(101,2,119); }

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