#4F1FCA

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

Shades of Purple Heart #4F1FCA

Tints of Purple Heart #4F1FCA

Color information

#4F1FCA (or 0x4F1FCA) is unknown color: approx Purple Heart. HEX triplet: 4F, 1F and CA. RGB value is (79,31,202). Sum of RGB (Red+Green+Blue) = 79+31+202=312 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.32% from 312); Green value is 31 (12.5% from 255 or 9.94% from 312); Blue value is 202 (79.30% from 255 or 64.74% from 312); Max value from RGB is 202 - color contains mainly: blue. Hex color #4F1FCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F1FCA is #B0E035. Grayscale: #404040. Windows color (decimal): -11591734 or 13246287. OLE color: 13246287.

HSL color Cylindrical-coordinate representation of color #4F1FCA: hue angle of 256.84º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4F1FCA is Cyan = 0.61, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB7931202-
CMYK0.610.8500.21
HSL256.84º73.39%45.69%-
HSV(B)256.84º84.65%79.22%-
XYZ14.386.9156.45-
YUV64.85205.4138.1-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 25.32%
GREEN value IS 31 (12.5% from 255) = 9.94%
BLUE value IS 202 (79.30% from 255) = 64.74%
R=25.32%
G=9.94%
B=64.74%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal79312020.610.8500.21256.8473.3945.69
Hex4F1FCA3D55015101492e
Octal117373127512502540111156
Binary1001111111111100101011110110101010101011000000011001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,31,202); }

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

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

 a { background-color: rgb(79,31,202); }

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

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

 span { border-color: rgb(79,31,202); }

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