#642EBF

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

Shades of Purple Heart #642EBF

Tints of Purple Heart #642EBF

Color information

#642EBF (or 0x642EBF) is unknown color: approx Purple Heart. HEX triplet: 64, 2E and BF. RGB value is (100,46,191). Sum of RGB (Red+Green+Blue) = 100+46+191=337 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.67% from 337); Green value is 46 (18.36% from 255 or 13.65% from 337); Blue value is 191 (75% from 255 or 56.68% from 337); Max value from RGB is 191 - color contains mainly: blue. Hex color #642EBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #642EBF is #9BD140. Grayscale: #4E4E4E. Windows color (decimal): -10211649 or 12529252. OLE color: 12529252.

HSL color Cylindrical-coordinate representation of color #642EBF: hue angle of 262.34º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #642EBF is Cyan = 0.48, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10046191-
CMYK0.480.7600.25
HSL262.34º61.18%46.47%-
HSV(B)262.34º75.92%74.9%-
XYZ15.648.4250.09-
YUV78.68191.39143.21-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.67%
GREEN value IS 46 (18.36% from 255) = 13.65%
BLUE value IS 191 (75% from 255) = 56.68%
R=29.67%
G=13.65%
B=56.68%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal100461910.480.7600.25262.3461.1846.47
Hex642EBF304C0191063d2e
Octal14456277601140314067556
Binary1100100101110101111111100001001100011001100000110111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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