#642BE2

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

Shades of Purple Heart #642BE2

Tints of Purple Heart #642BE2

Color information

#642BE2 (or 0x642BE2) is unknown color: approx Purple Heart. HEX triplet: 64, 2B and E2. RGB value is (100,43,226). Sum of RGB (Red+Green+Blue) = 100+43+226=369 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.10% from 369); Green value is 43 (17.19% from 255 or 11.65% from 369); Blue value is 226 (88.67% from 255 or 61.25% from 369); Max value from RGB is 226 - color contains mainly: blue. Hex color #642BE2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #642BE2 is #9BD41D. Grayscale: #505050. Windows color (decimal): -10212382 or 14822244. OLE color: 14822244.

HSL color Cylindrical-coordinate representation of color #642BE2: hue angle of 258.69º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #642BE2 is Cyan = 0.56, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB10043226-
CMYK0.560.8100.11
HSL258.69º75.93%52.75%-
HSV(B)258.69º80.97%88.63%-
XYZ19.859.9372.82-
YUV80.9209.88141.62-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.10%
GREEN value IS 43 (17.19% from 255) = 11.65%
BLUE value IS 226 (88.67% from 255) = 61.25%
R=27.10%
G=11.65%
B=61.25%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal100432260.560.8100.11258.6975.9352.75
Hex642BE238510B1034c35
Octal144533427012101340311465
Binary1100100101011111000101110001010001010111000000111001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642BE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,43,226); }

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

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

 a { background-color: rgb(100,43,226); }

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

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

 span { border-color: rgb(100,43,226); }

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