#641EAA

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

Shades of Purple Heart #641EAA

Tints of Purple Heart #641EAA

Color information

#641EAA (or 0x641EAA) is unknown color: approx Purple Heart. HEX triplet: 64, 1E and AA. RGB value is (100,30,170). Sum of RGB (Red+Green+Blue) = 100+30+170=300 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.33% from 300); Green value is 30 (12.11% from 255 or 10% from 300); Blue value is 170 (66.80% from 255 or 56.67% from 300); Max value from RGB is 170 - color contains mainly: blue. Hex color #641EAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #641EAA is #9BE155. Grayscale: #424242. Windows color (decimal): -10215766 or 11148900. OLE color: 11148900.

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

Color convert

RGB10030170-
CMYK0.410.8200.33
HSL270º70%39.22%-
HSV(B)270º82.35%66.67%-
XYZ12.986.5438.61-
YUV66.89186.19151.62-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 33.33%
GREEN value IS 30 (12.11% from 255) = 10%
BLUE value IS 170 (66.80% from 255) = 56.67%
R=33.33%
G=10%
B=56.67%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal100301700.410.8200.332707039.22
Hex641EAA295202110e4627
Octal144362525112204141610647
Binary11001001111010101010101001101001001000011000011101000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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