#4F1EBA

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

Shades of Purple Heart #4F1EBA

Tints of Purple Heart #4F1EBA

Color information

#4F1EBA (or 0x4F1EBA) is unknown color: approx Purple Heart. HEX triplet: 4F, 1E and BA. RGB value is (79,30,186). Sum of RGB (Red+Green+Blue) = 79+30+186=295 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.78% from 295); Green value is 30 (12.11% from 255 or 10.17% from 295); Blue value is 186 (73.05% from 255 or 63.05% from 295); Max value from RGB is 186 - color contains mainly: blue. Hex color #4F1EBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F1EBA is #B0E145. Grayscale: #3D3D3D. Windows color (decimal): -11592006 or 12197455. OLE color: 12197455.

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

Color convert

RGB7930186-
CMYK0.580.8400.27
HSL258.85º72.22%42.35%-
HSV(B)258.85º83.87%72.94%-
XYZ12.556.1446.98-
YUV62.43197.73139.82-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 26.78%
GREEN value IS 30 (12.11% from 255) = 10.17%
BLUE value IS 186 (73.05% from 255) = 63.05%
R=26.78%
G=10.17%
B=63.05%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal79301860.580.8400.27258.8572.2242.35
Hex4F1EBA3A5401B103482a
Octal117362727212403340311052
Binary1001111111101011101011101010101000110111000000111001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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