#640EB0

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

Shades of Purple Heart #640EB0

Tints of Purple Heart #640EB0

Color information

#640EB0 (or 0x640EB0) is unknown color: approx Purple Heart. HEX triplet: 64, 0E and B0. RGB value is (100,14,176). Sum of RGB (Red+Green+Blue) = 100+14+176=290 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.48% from 290); Green value is 14 (5.86% from 255 or 4.83% from 290); Blue value is 176 (69.14% from 255 or 60.69% from 290); Max value from RGB is 176 - color contains mainly: blue. Hex color #640EB0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640EB0 is #9BF14F. Grayscale: #393939. Windows color (decimal): -10219856 or 11538020. OLE color: 11538020.

HSL color Cylindrical-coordinate representation of color #640EB0: hue angle of 271.85º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #640EB0 is Cyan = 0.43, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB10014176-
CMYK0.430.9200.31
HSL271.85º85.26%37.25%-
HSV(B)271.85º92.05%69.02%-
XYZ13.256.1641.56-
YUV58.18194.49157.83-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 34.48%
GREEN value IS 14 (5.86% from 255) = 4.83%
BLUE value IS 176 (69.14% from 255) = 60.69%
R=34.48%
G=4.83%
B=60.69%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal100141760.430.9200.31271.8585.2637.25
Hex64EB02B5C01F1105525
Octal144162605313403742012545
Binary110010011101011000010101110111000111111000100001010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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