#4B1EAE

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

Shades of Purple Heart #4B1EAE

Tints of Purple Heart #4B1EAE

Color information

#4B1EAE (or 0x4B1EAE) is unknown color: approx Purple Heart. HEX triplet: 4B, 1E and AE. RGB value is (75,30,174). Sum of RGB (Red+Green+Blue) = 75+30+174=279 (36% of max value = 765). Red value is 75 (29.69% from 255 or 26.88% from 279); Green value is 30 (12.11% from 255 or 10.75% from 279); Blue value is 174 (68.36% from 255 or 62.37% from 279); Max value from RGB is 174 - color contains mainly: blue. Hex color #4B1EAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B1EAE is #B4E151. Grayscale: #3B3B3B. Windows color (decimal): -11854162 or 11411019. OLE color: 11411019.

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

Color convert

RGB7530174-
CMYK0.570.8300.32
HSL258.75º70.59%40%-
HSV(B)258.75º82.76%68.24%-
XYZ11.015.4840.52-
YUV59.87192.41138.79-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 26.88%
GREEN value IS 30 (12.11% from 255) = 10.75%
BLUE value IS 174 (68.36% from 255) = 62.37%
R=26.88%
G=10.75%
B=62.37%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal75301740.570.8300.32258.7570.5940
Hex4B1EAE39530201034728
Octal113362567112304040310750
Binary10010111111010101110111001101001101000001000000111000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B1EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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