#640EB5

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

Shades of Purple Heart #640EB5

Tints of Purple Heart #640EB5

Color information

#640EB5 (or 0x640EB5) is unknown color: approx Purple Heart. HEX triplet: 64, 0E and B5. RGB value is (100,14,181). Sum of RGB (Red+Green+Blue) = 100+14+181=295 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.90% from 295); Green value is 14 (5.86% from 255 or 4.75% from 295); Blue value is 181 (71.09% from 255 or 61.36% from 295); Max value from RGB is 181 - color contains mainly: blue. Hex color #640EB5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #640EB5 is #9BF14A. Grayscale: #3A3A3A. Windows color (decimal): -10219851 or 11865700. OLE color: 11865700.

HSL color Cylindrical-coordinate representation of color #640EB5: hue angle of 270.9º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #640EB5 is Cyan = 0.45, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB10014181-
CMYK0.450.9200.29
HSL270.9º85.64%38.24%-
HSV(B)270.9º92.27%70.98%-
XYZ13.756.3644.22-
YUV58.75196.99157.42-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 33.90%
GREEN value IS 14 (5.86% from 255) = 4.75%
BLUE value IS 181 (71.09% from 255) = 61.36%
R=33.90%
G=4.75%
B=61.36%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal100141810.450.9200.29270.985.6438.24
Hex64EB52D5C01D10f5626
Octal144162655513403541712646
Binary110010011101011010110110110111000111011000011111010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #640EB5; }

 p { color: rgb(100,14,181); }

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

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

 a { background-color: rgb(100,14,181); }

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

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

 span { border-color: rgb(100,14,181); }

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