#4F2DCF

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

Shades of Purple Heart #4F2DCF

Tints of Purple Heart #4F2DCF

Color information

#4F2DCF (or 0x4F2DCF) is unknown color: approx Purple Heart. HEX triplet: 4F, 2D and CF. RGB value is (79,45,207). Sum of RGB (Red+Green+Blue) = 79+45+207=331 (43% of max value = 765). Red value is 79 (31.25% from 255 or 23.87% from 331); Green value is 45 (17.97% from 255 or 13.60% from 331); Blue value is 207 (81.25% from 255 or 62.54% from 331); Max value from RGB is 207 - color contains mainly: blue. Hex color #4F2DCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F2DCF is #B0D230. Grayscale: #494949. Windows color (decimal): -11588145 or 13577551. OLE color: 13577551.

HSL color Cylindrical-coordinate representation of color #4F2DCF: hue angle of 252.59º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4F2DCF is Cyan = 0.62, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB7945207-
CMYK0.620.7800.19
HSL252.59º64.29%49.41%-
HSV(B)252.59º78.26%81.18%-
XYZ15.438.0459.77-
YUV73.63203.26131.83-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.87%
GREEN value IS 45 (17.97% from 255) = 13.60%
BLUE value IS 207 (81.25% from 255) = 62.54%
R=23.87%
G=13.60%
B=62.54%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal79452070.620.7800.19252.5964.2949.41
Hex4F2DCF3E4E013fd4031
Octal117553177611602337510061
Binary1001111101101110011111111101001110010011111111011000000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,45,207); }

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

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

 a { background-color: rgb(79,45,207); }

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

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

 span { border-color: rgb(79,45,207); }

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