#640EBB

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

Shades of Purple Heart #640EBB

Tints of Purple Heart #640EBB

Color information

#640EBB (or 0x640EBB) is unknown color: approx Purple Heart. HEX triplet: 64, 0E and BB. RGB value is (100,14,187). Sum of RGB (Red+Green+Blue) = 100+14+187=301 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.22% from 301); Green value is 14 (5.86% from 255 or 4.65% from 301); Blue value is 187 (73.44% from 255 or 62.13% from 301); Max value from RGB is 187 - color contains mainly: blue. Hex color #640EBB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #640EBB is #9BF144. Grayscale: #3A3A3A. Windows color (decimal): -10219845 or 12258916. OLE color: 12258916.

HSL color Cylindrical-coordinate representation of color #640EBB: hue angle of 269.83º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #640EBB is Cyan = 0.47, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB10014187-
CMYK0.470.9300.27
HSL269.83º86.07%39.41%-
HSV(B)269.83º92.51%73.33%-
XYZ14.386.6147.53-
YUV59.44199.99156.93-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 33.22%
GREEN value IS 14 (5.86% from 255) = 4.65%
BLUE value IS 187 (73.44% from 255) = 62.13%
R=33.22%
G=4.65%
B=62.13%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal100141870.470.9300.27269.8386.0739.41
Hex64EBB2F5D01B10e5627
Octal144162735713503341612647
Binary110010011101011101110111110111010110111000011101010110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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