#641EAC

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

Shades of Purple Heart #641EAC

Tints of Purple Heart #641EAC

Color information

#641EAC (or 0x641EAC) is unknown color: approx Purple Heart. HEX triplet: 64, 1E and AC. RGB value is (100,30,172). Sum of RGB (Red+Green+Blue) = 100+30+172=302 (40% of max value = 765). Red value is 100 (39.45% from 255 or 33.11% from 302); Green value is 30 (12.11% from 255 or 9.93% from 302); Blue value is 172 (67.58% from 255 or 56.95% from 302); Max value from RGB is 172 - color contains mainly: blue. Hex color #641EAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #641EAC is #9BE153. Grayscale: #424242. Windows color (decimal): -10215764 or 11279972. OLE color: 11279972.

HSL color Cylindrical-coordinate representation of color #641EAC: hue angle of 269.58º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #641EAC is Cyan = 0.42, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10030172-
CMYK0.420.8300.33
HSL269.58º70.3%39.61%-
HSV(B)269.58º82.56%67.45%-
XYZ13.176.6239.61-
YUV67.12187.19151.45-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 33.11%
GREEN value IS 30 (12.11% from 255) = 9.93%
BLUE value IS 172 (67.58% from 255) = 56.95%
R=33.11%
G=9.93%
B=56.95%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal100301720.420.8300.33269.5870.339.61
Hex641EAC2A5302110e4628
Octal144362545212304141610650
Binary11001001111010101100101010101001101000011000011101000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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