#4F34BF

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

Shades of Purple Heart #4F34BF

Tints of Purple Heart #4F34BF

Color information

#4F34BF (or 0x4F34BF) is unknown color: approx Purple Heart. HEX triplet: 4F, 34 and BF. RGB value is (79,52,191). Sum of RGB (Red+Green+Blue) = 79+52+191=322 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.53% from 322); Green value is 52 (20.70% from 255 or 16.15% from 322); Blue value is 191 (75% from 255 or 59.32% from 322); Max value from RGB is 191 - color contains mainly: blue. Hex color #4F34BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F34BF is #B0CB40. Grayscale: #4B4B4B. Windows color (decimal): -11586369 or 12530767. OLE color: 12530767.

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

Color convert

RGB7952191-
CMYK0.590.7300.25
HSL251.65º57.2%47.65%-
HSV(B)251.65º72.77%74.9%-
XYZ13.867.8850.08-
YUV75.92192.95130.2-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 24.53%
GREEN value IS 52 (20.70% from 255) = 16.15%
BLUE value IS 191 (75% from 255) = 59.32%
R=24.53%
G=16.15%
B=59.32%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal79521910.590.7300.25251.6557.247.65
Hex4F34BF3B49019fc3930
Octal11764277731110313747160
Binary100111111010010111111111011100100101100111111100111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F34BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,52,191); }

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

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

 a { background-color: rgb(79,52,191); }

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

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

 span { border-color: rgb(79,52,191); }

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