#641EBC

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

Shades of Purple Heart #641EBC

Tints of Purple Heart #641EBC

Color information

#641EBC (or 0x641EBC) is unknown color: approx Purple Heart. HEX triplet: 64, 1E and BC. RGB value is (100,30,188). Sum of RGB (Red+Green+Blue) = 100+30+188=318 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.45% from 318); Green value is 30 (12.11% from 255 or 9.43% from 318); Blue value is 188 (73.83% from 255 or 59.12% from 318); Max value from RGB is 188 - color contains mainly: blue. Hex color #641EBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #641EBC is #9BE143. Grayscale: #444444. Windows color (decimal): -10215748 or 12328548. OLE color: 12328548.

HSL color Cylindrical-coordinate representation of color #641EBC: hue angle of 266.58º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #641EBC is Cyan = 0.47, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB10030188-
CMYK0.470.8400.26
HSL266.58º72.48%42.75%-
HSV(B)266.58º84.04%73.73%-
XYZ14.87.2748.2-
YUV68.94195.19150.15-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.45%
GREEN value IS 30 (12.11% from 255) = 9.43%
BLUE value IS 188 (73.83% from 255) = 59.12%
R=31.45%
G=9.43%
B=59.12%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal100301880.470.8400.26266.5872.4842.75
Hex641EBC2F5401A10b482b
Octal144362745712403241311053
Binary1100100111101011110010111110101000110101000010111001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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