#4F31BC

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

Shades of Purple Heart #4F31BC

Tints of Purple Heart #4F31BC

Color information

#4F31BC (or 0x4F31BC) is unknown color: approx Purple Heart. HEX triplet: 4F, 31 and BC. RGB value is (79,49,188). Sum of RGB (Red+Green+Blue) = 79+49+188=316 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25% from 316); Green value is 49 (19.53% from 255 or 15.51% from 316); Blue value is 188 (73.83% from 255 or 59.49% from 316); Max value from RGB is 188 - color contains mainly: blue. Hex color #4F31BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F31BC is #B0CE43. Grayscale: #494949. Windows color (decimal): -11587140 or 12333391. OLE color: 12333391.

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

Color convert

RGB7949188-
CMYK0.580.7400.26
HSL252.95º58.65%46.47%-
HSV(B)252.95º73.94%73.73%-
XYZ13.47.4948.32-
YUV73.82192.44131.7-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 25%
GREEN value IS 49 (19.53% from 255) = 15.51%
BLUE value IS 188 (73.83% from 255) = 59.49%
R=25%
G=15.51%
B=59.49%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal79491880.580.7400.26252.9558.6546.47
Hex4F31BC3A4A01Afd3b2e
Octal11761274721120323757356
Binary100111111000110111100111010100101001101011111101111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F31BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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