#4B22AE

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

Shades of Purple Heart #4B22AE

Tints of Purple Heart #4B22AE

Color information

#4B22AE (or 0x4B22AE) is unknown color: approx Purple Heart. HEX triplet: 4B, 22 and AE. RGB value is (75,34,174). Sum of RGB (Red+Green+Blue) = 75+34+174=283 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.50% from 283); Green value is 34 (13.67% from 255 or 12.01% from 283); Blue value is 174 (68.36% from 255 or 61.48% from 283); Max value from RGB is 174 - color contains mainly: blue. Hex color #4B22AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B22AE is #B4DD51. Grayscale: #3D3D3D. Windows color (decimal): -11853138 or 11412043. OLE color: 11412043.

HSL color Cylindrical-coordinate representation of color #4B22AE: hue angle of 257.57º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4B22AE is Cyan = 0.57, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB7534174-
CMYK0.570.8000.32
HSL257.57º67.31%40.78%-
HSV(B)257.57º80.46%68.24%-
XYZ11.115.740.56-
YUV62.22191.08137.12-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 26.50%
GREEN value IS 34 (13.67% from 255) = 12.01%
BLUE value IS 174 (68.36% from 255) = 61.48%
R=26.50%
G=12.01%
B=61.48%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal75341740.570.8000.32257.5767.3140.78
Hex4B22AE39500201024329
Octal113422567112004040210351
Binary100101110001010101110111001101000001000001000000101000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B22AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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