#641edb

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

Shades of Purple Heart #641EDB

Tints of Purple Heart #641EDB

Color information

#641EDB (or 0x641EDB) is unknown color: approx Purple Heart. HEX triplet: 64, 1E and DB. RGB value is (100,30,219). Sum of RGB (Red+Green+Blue) = 100+30+219=349 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.65% from 349); Green value is 30 (12.11% from 255 or 8.60% from 349); Blue value is 219 (85.94% from 255 or 62.75% from 349); Max value from RGB is 219 - color contains mainly: blue. Hex color #641EDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #641EDB is #9BE124. Grayscale: #474747. Windows color (decimal): -10215717 or 14360164. OLE color: 14360164.

HSL color Cylindrical-coordinate representation of color #641EDB: hue angle of 262.22º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #641EDB is Cyan = 0.54, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB10030219-
CMYK0.540.8600.14
HSL262.22º75.9%48.82%-
HSV(B)262.22º86.3%85.88%-
XYZ18.518.7567.73-
YUV72.48210.69147.63-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.65%
GREEN value IS 30 (12.11% from 255) = 8.60%
BLUE value IS 219 (85.94% from 255) = 62.75%
R=28.65%
G=8.60%
B=62.75%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal100302190.540.8600.14262.2275.948.82
Hex641EDB36560E1064c31
Octal144363336612601640611461
Binary110010011110110110111101101010110011101000001101001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641edb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641edb; }

 p { color: rgb(100,30,219); }

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

<style>
 a { background-color: #641edb; }

 a { background-color: rgb(100,30,219); }

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

<style>
 span { border-color: #641edb; }

 span { border-color: rgb(100,30,219); }

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