#4F15BA

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

Shades of Purple Heart #4F15BA

Tints of Purple Heart #4F15BA

Color information

#4F15BA (or 0x4F15BA) is unknown color: approx Purple Heart. HEX triplet: 4F, 15 and BA. RGB value is (79,21,186). Sum of RGB (Red+Green+Blue) = 79+21+186=286 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.62% from 286); Green value is 21 (8.59% from 255 or 7.34% from 286); Blue value is 186 (73.05% from 255 or 65.03% from 286); Max value from RGB is 186 - color contains mainly: blue. Hex color #4F15BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4F15BA is #B0EA45. Grayscale: #383838. Windows color (decimal): -11594310 or 12195151. OLE color: 12195151.

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

Color convert

RGB7921186-
CMYK0.580.8900.27
HSL261.09º79.71%40.59%-
HSV(B)261.09º88.71%72.94%-
XYZ12.365.7446.91-
YUV57.15200.72143.58-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 27.62%
GREEN value IS 21 (8.59% from 255) = 7.34%
BLUE value IS 186 (73.05% from 255) = 65.03%
R=27.62%
G=7.34%
B=65.03%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal79211860.580.8900.27261.0979.7140.59
Hex4F15BA3A5901B1055029
Octal117252727213103340512051
Binary1001111101011011101011101010110010110111000001011010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F15BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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