#4F31CC

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

Shades of Purple Heart #4F31CC

Tints of Purple Heart #4F31CC

Color information

#4F31CC (or 0x4F31CC) is unknown color: approx Purple Heart. HEX triplet: 4F, 31 and CC. RGB value is (79,49,204). Sum of RGB (Red+Green+Blue) = 79+49+204=332 (43% of max value = 765). Red value is 79 (31.25% from 255 or 23.80% from 332); Green value is 49 (19.53% from 255 or 14.76% from 332); Blue value is 204 (80.08% from 255 or 61.45% from 332); Max value from RGB is 204 - color contains mainly: blue. Hex color #4F31CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F31CC is #B0CE33. Grayscale: #4B4B4B. Windows color (decimal): -11587124 or 13381967. OLE color: 13381967.

HSL color Cylindrical-coordinate representation of color #4F31CC: hue angle of 251.61º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4F31CC is Cyan = 0.61, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB7949204-
CMYK0.610.7600.2
HSL251.61º61.26%49.61%-
HSV(B)251.61º75.98%80%-
XYZ15.228.2257.91-
YUV75.64200.44130.4-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.80%
GREEN value IS 49 (19.53% from 255) = 14.76%
BLUE value IS 204 (80.08% from 255) = 61.45%
R=23.80%
G=14.76%
B=61.45%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal79492040.610.7600.2251.6161.2649.61
Hex4F31CC3D4C014fc3d32
Octal11761314751140243747562
Binary100111111000111001100111101100110001010011111100111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F31CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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