#4614B6

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

Shades of Purple Heart #4614B6

Tints of Purple Heart #4614B6

Color information

#4614B6 (or 0x4614B6) is unknown color: approx Purple Heart. HEX triplet: 46, 14 and B6. RGB value is (70,20,182). Sum of RGB (Red+Green+Blue) = 70+20+182=272 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.74% from 272); Green value is 20 (8.20% from 255 or 7.35% from 272); Blue value is 182 (71.48% from 255 or 66.91% from 272); Max value from RGB is 182 - color contains mainly: blue. Hex color #4614B6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4614B6 is #B9EB49. Grayscale: #343434. Windows color (decimal): -12184394 or 11932742. OLE color: 11932742.

HSL color Cylindrical-coordinate representation of color #4614B6: hue angle of 258.52º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4614B6 is Cyan = 0.62, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB7020182-
CMYK0.620.8900.29
HSL258.52º80.2%39.61%-
HSV(B)258.52º89.01%71.37%-
XYZ11.225.1844.66-
YUV53.42200.56139.83-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.74%
GREEN value IS 20 (8.20% from 255) = 7.35%
BLUE value IS 182 (71.48% from 255) = 66.91%
R=25.74%
G=7.35%
B=66.91%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal70201820.620.8900.29258.5280.239.61
Hex4614B63E5901D1035028
Octal106242667613103540312050
Binary1000110101001011011011111010110010111011000000111010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4614B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4614B6; }

 p { color: rgb(70,20,182); }

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

<style>
 a { background-color: #4614B6; }

 a { background-color: rgb(70,20,182); }

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

<style>
 span { border-color: #4614B6; }

 span { border-color: rgb(70,20,182); }

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