Html Css Color HEX #640FAE Purple Heart

📋 copy color: '#640FAE'

red 100 ◦ green 15 ◦ blue 174

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

Shades of Purple Heart #640FAE

Tints of Purple Heart #640FAE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.19%

 BLUE value IS 174 (68.36% from 255) = 60.21%

R = 34.6%
G = 5.19%
B = 60.21%

CMYK

 C value IS 0.43

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#640FAE (or 0x640FAE) is known color: Purple Heart. HEX triplet: 64, 0F and AE. RGB value is (100,15,174). Sum of RGB (Red+Green+Blue) = 100+15+174=289 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.60% from 289); Green value is 15 (6.25% from 255 or 5.19% from 289); Blue value is 174 (68.36% from 255 or 60.21% from 289); Max value from RGB is 174 - color contains mainly: blue. Hex color #640FAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640FAE is #9BF051. Grayscale: #393939. Windows color (decimal): -10219602 or 11407204. OLE color: 11407204.

HSL color Cylindrical-coordinate representation of color #640FAE: hue angle of 272.08º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #640FAE is Cyan = 0.43, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 100 15 174 -
CMYK 0.43 0.91 0 0.32
HSL 272.08º 0.84% 0.37% -
HSV(B) 272.08º 0.91% 0.68% -
XYZ 13.07 6.11 40.53 -
YUV 58.54 193.16 157.57 -
System Red Green Blue C M Y K H S L
Decimal 100 15 174 0.43 0.91 0 0.32 272.08 0.84 0.37
Hex 64 F AE 2B 5B 0 20 110 54 25
Octal 144 17 256 53 133 0 40 420 124 45
Binary 1100100 1111 10101110 101011 1011011 0 100000 100010000 1010100 100101

Color Harmonies of #640FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640FAE

Black with #640FAE

Text Example


Text Example

White with #640FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,15,174); }

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

background-color css

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

 a { background-color: rgb(100,15,174); }

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

border-color css

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

 span { border-color: rgb(100,15,174); }

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