#642EB1

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

Shades of Purple Heart #642EB1

Tints of Purple Heart #642EB1

Color information

#642EB1 (or 0x642EB1) is unknown color: approx Purple Heart. HEX triplet: 64, 2E and B1. RGB value is (100,46,177). Sum of RGB (Red+Green+Blue) = 100+46+177=323 (42% of max value = 765). Red value is 100 (39.45% from 255 or 30.96% from 323); Green value is 46 (18.36% from 255 or 14.24% from 323); Blue value is 177 (69.53% from 255 or 54.80% from 323); Max value from RGB is 177 - color contains mainly: blue. Hex color #642EB1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642EB1 is #9BD14E. Grayscale: #4C4C4C. Windows color (decimal): -10211663 or 11611748. OLE color: 11611748.

HSL color Cylindrical-coordinate representation of color #642EB1: hue angle of 264.73º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #642EB1 is Cyan = 0.44, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB10046177-
CMYK0.440.7400.31
HSL264.73º58.74%43.73%-
HSV(B)264.73º74.01%69.41%-
XYZ14.177.8442.36-
YUV77.08184.39144.35-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.96%
GREEN value IS 46 (18.36% from 255) = 14.24%
BLUE value IS 177 (69.53% from 255) = 54.80%
R=30.96%
G=14.24%
B=54.80%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal100461770.440.7400.31264.7358.7443.73
Hex642EB12C4A01F1093b2c
Octal14456261541120374117354
Binary1100100101110101100011011001001010011111100001001111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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