#642BC4

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

Shades of Purple Heart #642BC4

Tints of Purple Heart #642BC4

Color information

#642BC4 (or 0x642BC4) is unknown color: approx Purple Heart. HEX triplet: 64, 2B and C4. RGB value is (100,43,196). Sum of RGB (Red+Green+Blue) = 100+43+196=339 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.50% from 339); Green value is 43 (17.19% from 255 or 12.68% from 339); Blue value is 196 (76.95% from 255 or 57.82% from 339); Max value from RGB is 196 - color contains mainly: blue. Hex color #642BC4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #642BC4 is #9BD43B. Grayscale: #4C4C4C. Windows color (decimal): -10212412 or 12856164. OLE color: 12856164.

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

Color convert

RGB10043196-
CMYK0.490.7800.23
HSL262.35º64.02%46.86%-
HSV(B)262.35º78.06%76.86%-
XYZ16.088.4253-
YUV77.48194.88144.06-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.50%
GREEN value IS 43 (17.19% from 255) = 12.68%
BLUE value IS 196 (76.95% from 255) = 57.82%
R=29.50%
G=12.68%
B=57.82%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal100431960.490.7800.23262.3564.0246.86
Hex642BC4314E017106402f
Octal144533046111602740610057
Binary11001001010111100010011000110011100101111000001101000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642BC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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