#650264

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

Shades of Purple #650264

Tints of Purple #650264

Color information

#650264 (or 0x650264) is unknown color: approx Purple. HEX triplet: 65, 02 and 64. RGB value is (101,2,100). Sum of RGB (Red+Green+Blue) = 101+2+100=203 (26% of max value = 765). Red value is 101 (39.84% from 255 or 49.75% from 203); Green value is 2 (1.17% from 255 or 0.99% from 203); Blue value is 100 (39.45% from 255 or 49.26% from 203); Max value from RGB is 101 - color contains mainly: red. Hex color #650264 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650264 is #9AFD9B. Grayscale: #2A2A2A. Windows color (decimal): -10157468 or 6554213. OLE color: 6554213.

HSL color Cylindrical-coordinate representation of color #650264: hue angle of 300.61º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #650264 is Cyan = 0, Magento = 0.98, Yellow = 0.01 and Black (K on CMYK) = 0.60.

Color convert

RGB1012100-
CMYK00.980.010.60
HSL300.61º96.12%20.2%-
HSV(B)300.61º98.02%39.61%-
XYZ7.693.7312.37-
YUV42.77160.3169.53-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 49.75%
GREEN value IS 2 (1.17% from 255) = 0.99%
BLUE value IS 100 (39.45% from 255) = 49.26%
R=49.75%
G=0.99%
B=49.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.01
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101210000.980.010.60300.6196.1220.2
Hex6526406213C12d6014
Octal1452144014217445514024
Binary1100101101100100011000101111100100101101110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650264; }

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

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

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

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

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

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

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

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