#640269

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

Shades of Purple #640269

Tints of Purple #640269

Color information

#640269 (or 0x640269) is unknown color: approx Purple. HEX triplet: 64, 02 and 69. RGB value is (100,2,105). Sum of RGB (Red+Green+Blue) = 100+2+105=207 (27% of max value = 765). Red value is 100 (39.45% from 255 or 48.31% from 207); Green value is 2 (1.17% from 255 or 0.97% from 207); Blue value is 105 (41.41% from 255 or 50.72% from 207); Max value from RGB is 105 - color contains mainly: blue. Hex color #640269 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640269 is #9BFD96. Grayscale: #2A2A2A. Windows color (decimal): -10222999 or 6881892. OLE color: 6881892.

HSL color Cylindrical-coordinate representation of color #640269: hue angle of 297.09º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #640269 is Cyan = 0.05, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1002105-
CMYK0.050.9800.59
HSL297.09º96.26%20.98%-
HSV(B)297.09º98.1%41.18%-
XYZ7.833.7713.68-
YUV43.04162.97168.62-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 48.31%
GREEN value IS 2 (1.17% from 255) = 0.97%
BLUE value IS 105 (41.41% from 255) = 50.72%
R=48.31%
G=0.97%
B=50.72%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10021050.050.9800.59297.0996.2620.98
Hex6426956203B1296015
Octal1442151514207345114025
Binary110010010110100110111000100111011100101001110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #640269; }

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

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

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

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

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

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

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

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