#642AC4

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

Shades of Purple Heart #642AC4

Tints of Purple Heart #642AC4

Color information

#642AC4 (or 0x642AC4) is unknown color: approx Purple Heart. HEX triplet: 64, 2A and C4. RGB value is (100,42,196). Sum of RGB (Red+Green+Blue) = 100+42+196=338 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.59% from 338); Green value is 42 (16.80% from 255 or 12.43% from 338); Blue value is 196 (76.95% from 255 or 57.99% from 338); Max value from RGB is 196 - color contains mainly: blue. Hex color #642AC4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #642AC4 is #9BD53B. Grayscale: #4C4C4C. Windows color (decimal): -10212668 or 12855908. OLE color: 12855908.

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

Color convert

RGB10042196-
CMYK0.490.7900.23
HSL262.6º64.71%46.67%-
HSV(B)262.6º78.57%76.86%-
XYZ16.058.3552.99-
YUV76.9195.22144.48-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.59%
GREEN value IS 42 (16.80% from 255) = 12.43%
BLUE value IS 196 (76.95% from 255) = 57.99%
R=29.59%
G=12.43%
B=57.99%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal100421960.490.7900.23262.664.7146.67
Hex642AC4314F017107412f
Octal144523046111702740710157
Binary11001001010101100010011000110011110101111000001111000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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