#641FB2

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

Shades of Purple Heart #641FB2

Tints of Purple Heart #641FB2

Color information

#641FB2 (or 0x641FB2) is unknown color: approx Purple Heart. HEX triplet: 64, 1F and B2. RGB value is (100,31,178). Sum of RGB (Red+Green+Blue) = 100+31+178=309 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.36% from 309); Green value is 31 (12.5% from 255 or 10.03% from 309); Blue value is 178 (69.92% from 255 or 57.61% from 309); Max value from RGB is 178 - color contains mainly: blue. Hex color #641FB2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #641FB2 is #9BE04D. Grayscale: #434343. Windows color (decimal): -10215502 or 11673444. OLE color: 11673444.

HSL color Cylindrical-coordinate representation of color #641FB2: hue angle of 268.16º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #641FB2 is Cyan = 0.44, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB10031178-
CMYK0.440.8300.30
HSL268.16º70.33%40.98%-
HSV(B)268.16º82.58%69.8%-
XYZ13.786.942.73-
YUV68.39189.86150.55-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.36%
GREEN value IS 31 (12.5% from 255) = 10.03%
BLUE value IS 178 (69.92% from 255) = 57.61%
R=32.36%
G=10.03%
B=57.61%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal100311780.440.8300.30268.1670.3340.98
Hex641FB22C5301E10c4629
Octal144372625412303641410651
Binary1100100111111011001010110010100110111101000011001000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,31,178); }

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

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

 a { background-color: rgb(100,31,178); }

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

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

 span { border-color: rgb(100,31,178); }

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