#4F20BA

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

Shades of Purple Heart #4F20BA

Tints of Purple Heart #4F20BA

Color information

#4F20BA (or 0x4F20BA) is unknown color: approx Purple Heart. HEX triplet: 4F, 20 and BA. RGB value is (79,32,186). Sum of RGB (Red+Green+Blue) = 79+32+186=297 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.60% from 297); Green value is 32 (12.89% from 255 or 10.77% from 297); Blue value is 186 (73.05% from 255 or 62.63% from 297); Max value from RGB is 186 - color contains mainly: blue. Hex color #4F20BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F20BA is #B0DF45. Grayscale: #3F3F3F. Windows color (decimal): -11591494 or 12197967. OLE color: 12197967.

HSL color Cylindrical-coordinate representation of color #4F20BA: hue angle of 258.31º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4F20BA is Cyan = 0.58, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB7932186-
CMYK0.580.8300.27
HSL258.31º70.64%42.75%-
HSV(B)258.31º82.8%72.94%-
XYZ12.66.2446.99-
YUV63.61197.07138.98-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 26.60%
GREEN value IS 32 (12.89% from 255) = 10.77%
BLUE value IS 186 (73.05% from 255) = 62.63%
R=26.60%
G=10.77%
B=62.63%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal79321860.580.8300.27258.3170.6442.75
Hex4F20BA3A5301B102472b
Octal117402727212303340210753
Binary10011111000001011101011101010100110110111000000101000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F20BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,32,186); }

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

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

 a { background-color: rgb(79,32,186); }

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

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

 span { border-color: rgb(79,32,186); }

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