Html Css Color HEX #640EBA Purple Heart

📋 copy color: '#640EBA'

red 100 ◦ green 14 ◦ blue 186

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

Shades of Purple Heart #640EBA

Tints of Purple Heart #640EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 62%

R = 33.33%
G = 4.67%
B = 62%

CMYK

 C value IS 0.46

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#640EBA (or 0x640EBA) is known color: Purple Heart. HEX triplet: 64, 0E and BA. RGB value is (100,14,186). Sum of RGB (Red+Green+Blue) = 100+14+186=300 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.33% from 300); Green value is 14 (5.86% from 255 or 4.67% from 300); Blue value is 186 (73.05% from 255 or 62% from 300); Max value from RGB is 186 - color contains mainly: blue. Hex color #640EBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #640EBA is #9BF145. Grayscale: #3A3A3A. Windows color (decimal): -10219846 or 12193380. OLE color: 12193380.

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

Color convert

RGB 100 14 186 -
CMYK 0.46 0.92 0 0.27
HSL 270º 0.86% 0.39% -
HSV(B) 270º 0.92% 0.73% -
XYZ 14.28 6.57 46.97 -
YUV 59.32 199.49 157.01 -
System Red Green Blue C M Y K H S L
Decimal 100 14 186 0.46 0.92 0 0.27 270 0.86 0.39
Hex 64 E BA 2E 5C 0 1B 10E 56 27
Octal 144 16 272 56 134 0 33 416 126 47
Binary 1100100 1110 10111010 101110 1011100 0 11011 100001110 1010110 100111

Color Harmonies of #640EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640EBA

Black with #640EBA

Text Example


Text Example

White with #640EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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