#642AAC

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

Shades of Purple Heart #642AAC

Tints of Purple Heart #642AAC

Color information

#642AAC (or 0x642AAC) is unknown color: approx Purple Heart. HEX triplet: 64, 2A and AC. RGB value is (100,42,172). Sum of RGB (Red+Green+Blue) = 100+42+172=314 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.85% from 314); Green value is 42 (16.80% from 255 or 13.38% from 314); Blue value is 172 (67.58% from 255 or 54.78% from 314); Max value from RGB is 172 - color contains mainly: blue. Hex color #642AAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642AAC is #9BD553. Grayscale: #494949. Windows color (decimal): -10212692 or 11283044. OLE color: 11283044.

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

Color convert

RGB10042172-
CMYK0.420.7600.33
HSL266.77º60.75%41.96%-
HSV(B)266.77º75.58%67.45%-
XYZ13.537.3439.73-
YUV74.16183.22146.43-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.85%
GREEN value IS 42 (16.80% from 255) = 13.38%
BLUE value IS 172 (67.58% from 255) = 54.78%
R=31.85%
G=13.38%
B=54.78%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal100421720.420.7600.33266.7760.7541.96
Hex642AAC2A4C02110b3d2a
Octal14452254521140414137552
Binary11001001010101010110010101010011000100001100001011111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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