#642AC7

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

Shades of Purple Heart #642AC7

Tints of Purple Heart #642AC7

Color information

#642AC7 (or 0x642AC7) is unknown color: approx Purple Heart. HEX triplet: 64, 2A and C7. RGB value is (100,42,199). Sum of RGB (Red+Green+Blue) = 100+42+199=341 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.33% from 341); Green value is 42 (16.80% from 255 or 12.32% from 341); Blue value is 199 (78.12% from 255 or 58.36% from 341); Max value from RGB is 199 - color contains mainly: blue. Hex color #642AC7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #642AC7 is #9BD538. Grayscale: #4C4C4C. Windows color (decimal): -10212665 or 13052516. OLE color: 13052516.

HSL color Cylindrical-coordinate representation of color #642AC7: hue angle of 262.17º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #642AC7 is Cyan = 0.50, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB10042199-
CMYK0.500.7900.22
HSL262.17º65.15%47.25%-
HSV(B)262.17º78.89%78.04%-
XYZ16.398.4954.81-
YUV77.24196.72144.23-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.33%
GREEN value IS 42 (16.80% from 255) = 12.32%
BLUE value IS 199 (78.12% from 255) = 58.36%
R=29.33%
G=12.32%
B=58.36%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal100421990.500.7900.22262.1765.1547.25
Hex642AC7324F016106412f
Octal144523076211702640610157
Binary11001001010101100011111001010011110101101000001101000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642AC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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