#4617AB

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

Shades of Purple Heart #4617AB

Tints of Purple Heart #4617AB

Color information

#4617AB (or 0x4617AB) is unknown color: approx Purple Heart. HEX triplet: 46, 17 and AB. RGB value is (70,23,171). Sum of RGB (Red+Green+Blue) = 70+23+171=264 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.52% from 264); Green value is 23 (9.38% from 255 or 8.71% from 264); Blue value is 171 (67.19% from 255 or 64.77% from 264); Max value from RGB is 171 - color contains mainly: blue. Hex color #4617AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4617AB is #B9E854. Grayscale: #353535. Windows color (decimal): -12183637 or 11212614. OLE color: 11212614.

HSL color Cylindrical-coordinate representation of color #4617AB: hue angle of 259.05º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4617AB is Cyan = 0.59, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7023171-
CMYK0.590.8700.33
HSL259.05º76.29%38.04%-
HSV(B)259.05º86.55%67.06%-
XYZ10.184.8638.93-
YUV53.92194.07139.47-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.52%
GREEN value IS 23 (9.38% from 255) = 8.71%
BLUE value IS 171 (67.19% from 255) = 64.77%
R=26.52%
G=8.71%
B=64.77%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal70231710.590.8700.33259.0576.2938.04
Hex4617AB3B570211034c26
Octal106272537312704140311446
Binary10001101011110101011111011101011101000011000000111001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4617AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4617AB; }

 p { color: rgb(70,23,171); }

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

<style>
 a { background-color: #4617AB; }

 a { background-color: rgb(70,23,171); }

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

<style>
 span { border-color: #4617AB; }

 span { border-color: rgb(70,23,171); }

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