#4A2FAF

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

Shades of Purple Heart #4A2FAF

Tints of Purple Heart #4A2FAF

Color information

#4A2FAF (or 0x4A2FAF) is unknown color: approx Purple Heart. HEX triplet: 4A, 2F and AF. RGB value is (74,47,175). Sum of RGB (Red+Green+Blue) = 74+47+175=296 (39% of max value = 765). Red value is 74 (29.30% from 255 or 25% from 296); Green value is 47 (18.75% from 255 or 15.88% from 296); Blue value is 175 (68.75% from 255 or 59.12% from 296); Max value from RGB is 175 - color contains mainly: blue. Hex color #4A2FAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A2FAF is #B5D050. Grayscale: #454545. Windows color (decimal): -11915345 or 11480906. OLE color: 11480906.

HSL color Cylindrical-coordinate representation of color #4A2FAF: hue angle of 252.66º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4A2FAF is Cyan = 0.58, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB7447175-
CMYK0.580.7300.31
HSL252.66º57.66%43.53%-
HSV(B)252.66º73.14%68.63%-
XYZ11.586.5841.22-
YUV69.66187.45131.09-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 25%
GREEN value IS 47 (18.75% from 255) = 15.88%
BLUE value IS 175 (68.75% from 255) = 59.12%
R=25%
G=15.88%
B=59.12%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal74471750.580.7300.31252.6657.6643.53
Hex4A2FAF3A4901Ffd3a2c
Octal11257257721110373757254
Binary100101010111110101111111010100100101111111111101111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A2FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,47,175); }

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

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

 a { background-color: rgb(74,47,175); }

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

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

 span { border-color: rgb(74,47,175); }

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