#641ABF

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

Shades of Purple Heart #641ABF

Tints of Purple Heart #641ABF

Color information

#641ABF (or 0x641ABF) is unknown color: approx Purple Heart. HEX triplet: 64, 1A and BF. RGB value is (100,26,191). Sum of RGB (Red+Green+Blue) = 100+26+191=317 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.55% from 317); Green value is 26 (10.55% from 255 or 8.20% from 317); Blue value is 191 (75% from 255 or 60.25% from 317); Max value from RGB is 191 - color contains mainly: blue. Hex color #641ABF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #641ABF is #9BE540. Grayscale: #424242. Windows color (decimal): -10216769 or 12524132. OLE color: 12524132.

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

Color convert

RGB10026191-
CMYK0.480.8600.25
HSL266.91º76.04%42.55%-
HSV(B)266.91º86.39%74.9%-
XYZ15.037.2149.89-
YUV66.94198.02151.58-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.55%
GREEN value IS 26 (10.55% from 255) = 8.20%
BLUE value IS 191 (75% from 255) = 60.25%
R=31.55%
G=8.20%
B=60.25%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal100261910.480.8600.25266.9176.0442.55
Hex641ABF305601910b4c2b
Octal144322776012603141311453
Binary1100100110101011111111000010101100110011000010111001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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