#642EE1

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

Shades of Purple Heart #642EE1

Tints of Purple Heart #642EE1

Color information

#642EE1 (or 0x642EE1) is unknown color: approx Purple Heart. HEX triplet: 64, 2E and E1. RGB value is (100,46,225). Sum of RGB (Red+Green+Blue) = 100+46+225=371 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.95% from 371); Green value is 46 (18.36% from 255 or 12.40% from 371); Blue value is 225 (88.28% from 255 or 60.65% from 371); Max value from RGB is 225 - color contains mainly: blue. Hex color #642EE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #642EE1 is #9BD11E. Grayscale: #515151. Windows color (decimal): -10211615 or 14757476. OLE color: 14757476.

HSL color Cylindrical-coordinate representation of color #642EE1: hue angle of 258.1º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #642EE1 is Cyan = 0.56, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB10046225-
CMYK0.560.8000.12
HSL258.1º74.9%53.14%-
HSV(B)258.1º79.56%88.24%-
XYZ19.8210.172.14-
YUV82.55208.39140.45-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.95%
GREEN value IS 46 (18.36% from 255) = 12.40%
BLUE value IS 225 (88.28% from 255) = 60.65%
R=26.95%
G=12.40%
B=60.65%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal100462250.560.8000.12258.174.953.14
Hex642EE138500C1024b35
Octal144563417012001440211365
Binary1100100101110111000011110001010000011001000000101001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642EE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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