#641fb0

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

Shades of Purple Heart #641FB0

Tints of Purple Heart #641FB0

Color information

#641FB0 (or 0x641FB0) is unknown color: approx Purple Heart. HEX triplet: 64, 1F and B0. RGB value is (100,31,176). Sum of RGB (Red+Green+Blue) = 100+31+176=307 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.57% from 307); Green value is 31 (12.5% from 255 or 10.10% from 307); Blue value is 176 (69.14% from 255 or 57.33% from 307); Max value from RGB is 176 - color contains mainly: blue. Hex color #641FB0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #641FB0 is #9BE04F. Grayscale: #434343. Windows color (decimal): -10215504 or 11542372. OLE color: 11542372.

HSL color Cylindrical-coordinate representation of color #641FB0: hue angle of 268.55º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #641FB0 is Cyan = 0.43, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB10031176-
CMYK0.430.8200.31
HSL268.55º70.05%40.59%-
HSV(B)268.55º82.39%69.02%-
XYZ13.586.8241.68-
YUV68.16188.86150.71-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.57%
GREEN value IS 31 (12.5% from 255) = 10.10%
BLUE value IS 176 (69.14% from 255) = 57.33%
R=32.57%
G=10.10%
B=57.33%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal100311760.430.8200.31268.5570.0540.59
Hex641FB02B5201F10d4629
Octal144372605312203741510651
Binary1100100111111011000010101110100100111111000011011000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641fb0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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