#642AAA

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

Shades of Purple Heart #642AAA

Tints of Purple Heart #642AAA

Color information

#642AAA (or 0x642AAA) is unknown color: approx Purple Heart. HEX triplet: 64, 2A and AA. RGB value is (100,42,170). Sum of RGB (Red+Green+Blue) = 100+42+170=312 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.05% from 312); Green value is 42 (16.80% from 255 or 13.46% from 312); Blue value is 170 (66.80% from 255 or 54.49% from 312); Max value from RGB is 170 - color contains mainly: blue. Hex color #642AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642AAA is #9BD555. Grayscale: #494949. Windows color (decimal): -10212694 or 11151972. OLE color: 11151972.

HSL color Cylindrical-coordinate representation of color #642AAA: hue angle of 267.19º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #642AAA is Cyan = 0.41, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10042170-
CMYK0.410.7500.33
HSL267.19º60.38%41.57%-
HSV(B)267.19º75.29%66.67%-
XYZ13.347.2738.73-
YUV73.93182.22146.59-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.05%
GREEN value IS 42 (16.80% from 255) = 13.46%
BLUE value IS 170 (66.80% from 255) = 54.49%
R=32.05%
G=13.46%
B=54.49%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal100421700.410.7500.33267.1960.3841.57
Hex642AAA294B02110b3c2a
Octal14452252511130414137452
Binary11001001010101010101010100110010110100001100001011111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642AAA; }

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

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

<style>
 a { background-color: #642AAA; }

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

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

<style>
 span { border-color: #642AAA; }

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

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