#642AC9

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

Shades of Purple Heart #642AC9

Tints of Purple Heart #642AC9

Color information

#642AC9 (or 0x642AC9) is unknown color: approx Purple Heart. HEX triplet: 64, 2A and C9. RGB value is (100,42,201). Sum of RGB (Red+Green+Blue) = 100+42+201=343 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.15% from 343); Green value is 42 (16.80% from 255 or 12.24% from 343); Blue value is 201 (78.91% from 255 or 58.60% from 343); Max value from RGB is 201 - color contains mainly: blue. Hex color #642AC9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #642AC9 is #9BD536. Grayscale: #4C4C4C. Windows color (decimal): -10212663 or 13183588. OLE color: 13183588.

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

Color convert

RGB10042201-
CMYK0.500.7900.21
HSL261.89º65.43%47.65%-
HSV(B)261.89º79.1%78.82%-
XYZ16.638.5856.04-
YUV77.47197.72144.07-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.15%
GREEN value IS 42 (16.80% from 255) = 12.24%
BLUE value IS 201 (78.91% from 255) = 58.60%
R=29.15%
G=12.24%
B=58.60%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal100422010.500.7900.21261.8965.4347.65
Hex642AC9324F0151064130
Octal144523116211702540610160
Binary11001001010101100100111001010011110101011000001101000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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