#4B1AAE

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

Shades of Purple Heart #4B1AAE

Tints of Purple Heart #4B1AAE

Color information

#4B1AAE (or 0x4B1AAE) is unknown color: approx Purple Heart. HEX triplet: 4B, 1A and AE. RGB value is (75,26,174). Sum of RGB (Red+Green+Blue) = 75+26+174=275 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.27% from 275); Green value is 26 (10.55% from 255 or 9.45% from 275); Blue value is 174 (68.36% from 255 or 63.27% from 275); Max value from RGB is 174 - color contains mainly: blue. Hex color #4B1AAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B1AAE is #B4E551. Grayscale: #383838. Windows color (decimal): -11855186 or 11409995. OLE color: 11409995.

HSL color Cylindrical-coordinate representation of color #4B1AAE: hue angle of 259.86º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4B1AAE is Cyan = 0.57, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB7526174-
CMYK0.570.8500.32
HSL259.86º74%39.22%-
HSV(B)259.86º85.06%68.24%-
XYZ10.915.2940.49-
YUV57.52193.73140.47-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 27.27%
GREEN value IS 26 (10.55% from 255) = 9.45%
BLUE value IS 174 (68.36% from 255) = 63.27%
R=27.27%
G=9.45%
B=63.27%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal75261740.570.8500.32259.867439.22
Hex4B1AAE39550201044a27
Octal113322567112504040411247
Binary10010111101010101110111001101010101000001000001001001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B1AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,26,174); }

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

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

 a { background-color: rgb(75,26,174); }

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

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

 span { border-color: rgb(75,26,174); }

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