#4F37BE

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

Shades of Purple Heart #4F37BE

Tints of Purple Heart #4F37BE

Color information

#4F37BE (or 0x4F37BE) is unknown color: approx Purple Heart. HEX triplet: 4F, 37 and BE. RGB value is (79,55,190). Sum of RGB (Red+Green+Blue) = 79+55+190=324 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.38% from 324); Green value is 55 (21.88% from 255 or 16.98% from 324); Blue value is 190 (74.61% from 255 or 58.64% from 324); Max value from RGB is 190 - color contains mainly: blue. Hex color #4F37BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F37BE is #B0C841. Grayscale: #4D4D4D. Windows color (decimal): -11585602 or 12465999. OLE color: 12465999.

HSL color Cylindrical-coordinate representation of color #4F37BE: hue angle of 250.67º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4F37BE is Cyan = 0.58, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB7955190-
CMYK0.580.7100.25
HSL250.67º55.1%48.04%-
HSV(B)250.67º71.05%74.51%-
XYZ13.888.1149.55-
YUV77.57191.45129.02-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 24.38%
GREEN value IS 55 (21.88% from 255) = 16.98%
BLUE value IS 190 (74.61% from 255) = 58.64%
R=24.38%
G=16.98%
B=58.64%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal79551900.580.7100.25250.6755.148.04
Hex4F37BE3A47019fb3730
Octal11767276721070313736760
Binary100111111011110111110111010100011101100111111011110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F37BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,55,190); }

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

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

 a { background-color: rgb(79,55,190); }

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

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

 span { border-color: rgb(79,55,190); }

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