#4F3CC0

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

Shades of Purple Heart #4F3CC0

Tints of Purple Heart #4F3CC0

Color information

#4F3CC0 (or 0x4F3CC0) is unknown color: approx Purple Heart. HEX triplet: 4F, 3C and C0. RGB value is (79,60,192). Sum of RGB (Red+Green+Blue) = 79+60+192=331 (43% of max value = 765). Red value is 79 (31.25% from 255 or 23.87% from 331); Green value is 60 (23.83% from 255 or 18.13% from 331); Blue value is 192 (75.39% from 255 or 58.01% from 331); Max value from RGB is 192 - color contains mainly: blue. Hex color #4F3CC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F3CC0 is #B0C33F. Grayscale: #505050. Windows color (decimal): -11584320 or 12598351. OLE color: 12598351.

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

Color convert

RGB7960192-
CMYK0.590.6900.25
HSL248.64º52.38%49.41%-
HSV(B)248.64º68.75%75.29%-
XYZ14.358.750.79-
YUV80.73190.79126.77-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.87%
GREEN value IS 60 (23.83% from 255) = 18.13%
BLUE value IS 192 (75.39% from 255) = 58.01%
R=23.87%
G=18.13%
B=58.01%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal79601920.590.6900.25248.6452.3849.41
Hex4F3CC03B45019f93431
Octal11774300731050313716461
Binary100111111110011000000111011100010101100111111001110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3CC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,60,192); }

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

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

 a { background-color: rgb(79,60,192); }

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

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

 span { border-color: rgb(79,60,192); }

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