Html Css Color HEX #640EBC Purple Heart

📋 copy color: '#640EBC'

red 100 ◦ green 14 ◦ blue 188

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

Shades of Purple Heart #640EBC

Tints of Purple Heart #640EBC

RGB

 RED value IS 100 (39.45% from 255) = 33.11%

 GREEN value IS 14 (5.86% from 255) = 4.64%

 BLUE value IS 188 (73.83% from 255) = 62.25%

R = 33.11%
G = 4.64%
B = 62.25%

CMYK

 C value IS 0.47

 M value IS 0.93

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#640EBC (or 0x640EBC) is known color: Purple Heart. HEX triplet: 64, 0E and BC. RGB value is (100,14,188). Sum of RGB (Red+Green+Blue) = 100+14+188=302 (40% of max value = 765). Red value is 100 (39.45% from 255 or 33.11% from 302); Green value is 14 (5.86% from 255 or 4.64% from 302); Blue value is 188 (73.83% from 255 or 62.25% from 302); Max value from RGB is 188 - color contains mainly: blue. Hex color #640EBC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #640EBC is #9BF143. Grayscale: #3A3A3A. Windows color (decimal): -10219844 or 12324452. OLE color: 12324452.

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

Color convert

RGB 100 14 188 -
CMYK 0.47 0.93 0 0.26
HSL 269.66º 0.86% 0.4% -
HSV(B) 269.66º 0.93% 0.74% -
XYZ 14.49 6.65 48.1 -
YUV 59.55 200.49 156.85 -
System Red Green Blue C M Y K H S L
Decimal 100 14 188 0.47 0.93 0 0.26 269.66 0.86 0.4
Hex 64 E BC 2F 5D 0 1A 10E 56 28
Octal 144 16 274 57 135 0 32 416 126 50
Binary 1100100 1110 10111100 101111 1011101 0 11010 100001110 1010110 101000

Color Harmonies of #640EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640EBC

Black with #640EBC

Text Example


Text Example

White with #640EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #640EBC;
 }
 .AnyTagClassName
 {
   color: #640EBC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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