#642ED3

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

Shades of Purple Heart #642ED3

Tints of Purple Heart #642ED3

Color information

#642ED3 (or 0x642ED3) is unknown color: approx Purple Heart. HEX triplet: 64, 2E and D3. RGB value is (100,46,211). Sum of RGB (Red+Green+Blue) = 100+46+211=357 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.01% from 357); Green value is 46 (18.36% from 255 or 12.89% from 357); Blue value is 211 (82.81% from 255 or 59.10% from 357); Max value from RGB is 211 - color contains mainly: blue. Hex color #642ED3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #642ED3 is #9BD12C. Grayscale: #505050. Windows color (decimal): -10211629 or 13839972. OLE color: 13839972.

HSL color Cylindrical-coordinate representation of color #642ED3: hue angle of 259.64º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #642ED3 is Cyan = 0.53, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB10046211-
CMYK0.530.7800.17
HSL259.64º65.22%50.39%-
HSV(B)259.64º78.2%82.75%-
XYZ17.999.3762.49-
YUV80.96201.39141.58-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.01%
GREEN value IS 46 (18.36% from 255) = 12.89%
BLUE value IS 211 (82.81% from 255) = 59.10%
R=28.01%
G=12.89%
B=59.10%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal100462110.530.7800.17259.6465.2250.39
Hex642ED3354E0111044132
Octal144563236511602140410162
Binary11001001011101101001111010110011100100011000001001000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642ED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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