#4F34B6

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

Shades of Purple Heart #4F34B6

Tints of Purple Heart #4F34B6

Color information

#4F34B6 (or 0x4F34B6) is unknown color: approx Purple Heart. HEX triplet: 4F, 34 and B6. RGB value is (79,52,182). Sum of RGB (Red+Green+Blue) = 79+52+182=313 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.24% from 313); Green value is 52 (20.70% from 255 or 16.61% from 313); Blue value is 182 (71.48% from 255 or 58.15% from 313); Max value from RGB is 182 - color contains mainly: blue. Hex color #4F34B6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F34B6 is #B0CB49. Grayscale: #4A4A4A. Windows color (decimal): -11586378 or 11940943. OLE color: 11940943.

HSL color Cylindrical-coordinate representation of color #4F34B6: hue angle of 252.46º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4F34B6 is Cyan = 0.57, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB7952182-
CMYK0.570.7100.29
HSL252.46º55.56%45.88%-
HSV(B)252.46º71.43%71.37%-
XYZ12.97.545.02-
YUV74.89188.45130.93-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 25.24%
GREEN value IS 52 (20.70% from 255) = 16.61%
BLUE value IS 182 (71.48% from 255) = 58.15%
R=25.24%
G=16.61%
B=58.15%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal79521820.570.7100.29252.4655.5645.88
Hex4F34B6394701Dfc382e
Octal11764266711070353747056
Binary100111111010010110110111001100011101110111111100111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F34B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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