#4B1EAB

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

Shades of Purple Heart #4B1EAB

Tints of Purple Heart #4B1EAB

Color information

#4B1EAB (or 0x4B1EAB) is unknown color: approx Purple Heart. HEX triplet: 4B, 1E and AB. RGB value is (75,30,171). Sum of RGB (Red+Green+Blue) = 75+30+171=276 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.17% from 276); Green value is 30 (12.11% from 255 or 10.87% from 276); Blue value is 171 (67.19% from 255 or 61.96% from 276); Max value from RGB is 171 - color contains mainly: blue. Hex color #4B1EAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B1EAB is #B4E154. Grayscale: #3B3B3B. Windows color (decimal): -11854165 or 11214411. OLE color: 11214411.

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

Color convert

RGB7530171-
CMYK0.560.8200.33
HSL259.15º70.15%39.41%-
HSV(B)259.15º82.46%67.06%-
XYZ10.725.3639-
YUV59.53190.91139.04-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 27.17%
GREEN value IS 30 (12.11% from 255) = 10.87%
BLUE value IS 171 (67.19% from 255) = 61.96%
R=27.17%
G=10.87%
B=61.96%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal75301710.560.8200.33259.1570.1539.41
Hex4B1EAB38520211034627
Octal113362537012204140310647
Binary10010111111010101011111000101001001000011000000111000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B1EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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