#4B2FAF

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

Shades of Purple Heart #4B2FAF

Tints of Purple Heart #4B2FAF

Color information

#4B2FAF (or 0x4B2FAF) is unknown color: approx Purple Heart. HEX triplet: 4B, 2F and AF. RGB value is (75,47,175). Sum of RGB (Red+Green+Blue) = 75+47+175=297 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25.25% from 297); Green value is 47 (18.75% from 255 or 15.82% from 297); Blue value is 175 (68.75% from 255 or 58.92% from 297); Max value from RGB is 175 - color contains mainly: blue. Hex color #4B2FAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B2FAF is #B4D050. Grayscale: #454545. Windows color (decimal): -11849809 or 11480907. OLE color: 11480907.

HSL color Cylindrical-coordinate representation of color #4B2FAF: hue angle of 253.12º 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 #4B2FAF is Cyan = 0.57, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB7547175-
CMYK0.570.7300.31
HSL253.12º57.66%43.53%-
HSV(B)253.12º73.14%68.63%-
XYZ11.666.6241.22-
YUV69.96187.28131.59-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 25.25%
GREEN value IS 47 (18.75% from 255) = 15.82%
BLUE value IS 175 (68.75% from 255) = 58.92%
R=25.25%
G=15.82%
B=58.92%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal75471750.570.7300.31253.1257.6643.53
Hex4B2FAF394901Ffd3a2c
Octal11357257711110373757254
Binary100101110111110101111111001100100101111111111101111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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