Html Css Color HEX #640EBB Purple Heart

📋 copy color: '#640EBB'

red 100 ◦ green 14 ◦ blue 187

#640EBB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #640EBB

Tints of Purple Heart #640EBB

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 value IS 0.47

 M value IS 0.93

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#640EBB (or 0x640EBB) is known color: 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

RGB 100 14 187 -
CMYK 0.47 0.93 0 0.27
HSL 269.83º 0.86% 0.39% -
HSV(B) 269.83º 0.93% 0.73% -
XYZ 14.38 6.61 47.53 -
YUV 59.44 199.99 156.93 -
System Red Green Blue C M Y K H S L
Decimal 100 14 187 0.47 0.93 0 0.27 269.83 0.86 0.39
Hex 64 E BB 2F 5D 0 1B 10E 56 27
Octal 144 16 273 57 135 0 33 416 126 47
Binary 1100100 1110 10111011 101111 1011101 0 11011 100001110 1010110 100111

Color Harmonies of #640EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640EBB

Black with #640EBB

Text Example


Text Example

White with #640EBB

Text Example


Text Example

HTML Codes & Css Web 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>