#4616C0

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

Shades of Purple Heart #4616C0

Tints of Purple Heart #4616C0

Color information

#4616C0 (or 0x4616C0) is unknown color: approx Purple Heart. HEX triplet: 46, 16 and C0. RGB value is (70,22,192). Sum of RGB (Red+Green+Blue) = 70+22+192=284 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.65% from 284); Green value is 22 (8.98% from 255 or 7.75% from 284); Blue value is 192 (75.39% from 255 or 67.61% from 284); Max value from RGB is 192 - color contains mainly: blue. Hex color #4616C0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4616C0 is #B9E93F. Grayscale: #373737. Windows color (decimal): -12183872 or 12588614. OLE color: 12588614.

HSL color Cylindrical-coordinate representation of color #4616C0: hue angle of 256.94º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4616C0 is Cyan = 0.64, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB7022192-
CMYK0.640.8900.25
HSL256.94º79.44%41.96%-
HSV(B)256.94º88.54%75.29%-
XYZ12.335.6850.32-
YUV55.73204.9138.18-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.65%
GREEN value IS 22 (8.98% from 255) = 7.75%
BLUE value IS 192 (75.39% from 255) = 67.61%
R=24.65%
G=7.75%
B=67.61%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal70221920.640.8900.25256.9479.4441.96
Hex4616C040590191014f2a
Octal1062630010013103140111752
Binary10001101011011000000100000010110010110011000000011001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4616C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4616C0; }

 p { color: rgb(70,22,192); }

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

<style>
 a { background-color: #4616C0; }

 a { background-color: rgb(70,22,192); }

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

<style>
 span { border-color: #4616C0; }

 span { border-color: rgb(70,22,192); }

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