#4F31BE

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

Shades of Purple Heart #4F31BE

Tints of Purple Heart #4F31BE

Color information

#4F31BE (or 0x4F31BE) is unknown color: approx Purple Heart. HEX triplet: 4F, 31 and BE. RGB value is (79,49,190). Sum of RGB (Red+Green+Blue) = 79+49+190=318 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.84% from 318); Green value is 49 (19.53% from 255 or 15.41% from 318); Blue value is 190 (74.61% from 255 or 59.75% from 318); Max value from RGB is 190 - color contains mainly: blue. Hex color #4F31BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F31BE is #B0CE41. Grayscale: #494949. Windows color (decimal): -11587138 or 12464463. OLE color: 12464463.

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

Color convert

RGB7949190-
CMYK0.580.7400.25
HSL252.77º59%46.86%-
HSV(B)252.77º74.21%74.51%-
XYZ13.627.5849.46-
YUV74.04193.44131.54-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 24.84%
GREEN value IS 49 (19.53% from 255) = 15.41%
BLUE value IS 190 (74.61% from 255) = 59.75%
R=24.84%
G=15.41%
B=59.75%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal79491900.580.7400.25252.775946.86
Hex4F31BE3A4A019fd3b2f
Octal11761276721120313757357
Binary100111111000110111110111010100101001100111111101111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F31BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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