#4B14AB

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

Shades of Purple Heart #4B14AB

Tints of Purple Heart #4B14AB

Color information

#4B14AB (or 0x4B14AB) is unknown color: approx Purple Heart. HEX triplet: 4B, 14 and AB. RGB value is (75,20,171). Sum of RGB (Red+Green+Blue) = 75+20+171=266 (35% of max value = 765). Red value is 75 (29.69% from 255 or 28.20% from 266); Green value is 20 (8.20% from 255 or 7.52% from 266); Blue value is 171 (67.19% from 255 or 64.29% from 266); Max value from RGB is 171 - color contains mainly: blue. Hex color #4B14AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B14AB is #B4EB54. Grayscale: #353535. Windows color (decimal): -11856725 or 11211851. OLE color: 11211851.

HSL color Cylindrical-coordinate representation of color #4B14AB: hue angle of 261.85º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4B14AB is Cyan = 0.56, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7520171-
CMYK0.560.8800.33
HSL261.85º79.06%37.45%-
HSV(B)261.85º88.3%67.06%-
XYZ10.54.9438.93-
YUV53.66194.22143.22-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 28.20%
GREEN value IS 20 (8.20% from 255) = 7.52%
BLUE value IS 171 (67.19% from 255) = 64.29%
R=28.20%
G=7.52%
B=64.29%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal75201710.560.8800.33261.8579.0637.45
Hex4B14AB38580211064f25
Octal113242537013004140611745
Binary10010111010010101011111000101100001000011000001101001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B14AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B14AB; }

 p { color: rgb(75,20,171); }

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

<style>
 a { background-color: #4B14AB; }

 a { background-color: rgb(75,20,171); }

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

<style>
 span { border-color: #4B14AB; }

 span { border-color: rgb(75,20,171); }

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