#4613B3

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

Shades of Purple Heart #4613B3

Tints of Purple Heart #4613B3

Color information

#4613B3 (or 0x4613B3) is unknown color: approx Purple Heart. HEX triplet: 46, 13 and B3. RGB value is (70,19,179). Sum of RGB (Red+Green+Blue) = 70+19+179=268 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.12% from 268); Green value is 19 (7.81% from 255 or 7.09% from 268); Blue value is 179 (70.31% from 255 or 66.79% from 268); Max value from RGB is 179 - color contains mainly: blue. Hex color #4613B3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4613B3 is #B9EC4C. Grayscale: #333333. Windows color (decimal): -12184653 or 11735878. OLE color: 11735878.

HSL color Cylindrical-coordinate representation of color #4613B3: hue angle of 259.12º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4613B3 is Cyan = 0.61, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB7019179-
CMYK0.610.8900.30
HSL259.12º80.81%38.82%-
HSV(B)259.12º89.39%70.2%-
XYZ10.95.0243.04-
YUV52.49199.4140.49-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.12%
GREEN value IS 19 (7.81% from 255) = 7.09%
BLUE value IS 179 (70.31% from 255) = 66.79%
R=26.12%
G=7.09%
B=66.79%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal70191790.610.8900.30259.1280.8138.82
Hex4613B33D5901E1035127
Octal106232637513103640312147
Binary1000110100111011001111110110110010111101000000111010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4613B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4613B3; }

 p { color: rgb(70,19,179); }

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

<style>
 a { background-color: #4613B3; }

 a { background-color: rgb(70,19,179); }

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

<style>
 span { border-color: #4613B3; }

 span { border-color: rgb(70,19,179); }

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