#642EAE

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

Shades of Purple Heart #642EAE

Tints of Purple Heart #642EAE

Color information

#642EAE (or 0x642EAE) is unknown color: approx Purple Heart. HEX triplet: 64, 2E and AE. RGB value is (100,46,174). Sum of RGB (Red+Green+Blue) = 100+46+174=320 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.25% from 320); Green value is 46 (18.36% from 255 or 14.38% from 320); Blue value is 174 (68.36% from 255 or 54.38% from 320); Max value from RGB is 174 - color contains mainly: blue. Hex color #642EAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642EAE is #9BD151. Grayscale: #4C4C4C. Windows color (decimal): -10211666 or 11415140. OLE color: 11415140.

HSL color Cylindrical-coordinate representation of color #642EAE: hue angle of 265.31º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #642EAE is Cyan = 0.43, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10046174-
CMYK0.430.7400.32
HSL265.31º58.18%43.14%-
HSV(B)265.31º73.56%68.24%-
XYZ13.877.7240.8-
YUV76.74182.89144.59-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.25%
GREEN value IS 46 (18.36% from 255) = 14.38%
BLUE value IS 174 (68.36% from 255) = 54.38%
R=31.25%
G=14.38%
B=54.38%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal100461740.430.7400.32265.3158.1843.14
Hex642EAE2B4A0201093a2b
Octal14456256531120404117253
Binary11001001011101010111010101110010100100000100001001111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642EAE; }

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

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

<style>
 a { background-color: #642EAE; }

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

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

<style>
 span { border-color: #642EAE; }

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

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