#4F35D9

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

Shades of Purple Heart #4F35D9

Tints of Purple Heart #4F35D9

Color information

#4F35D9 (or 0x4F35D9) is unknown color: approx Purple Heart. HEX triplet: 4F, 35 and D9. RGB value is (79,53,217). Sum of RGB (Red+Green+Blue) = 79+53+217=349 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.64% from 349); Green value is 53 (21.09% from 255 or 15.19% from 349); Blue value is 217 (85.16% from 255 or 62.18% from 349); Max value from RGB is 217 - color contains mainly: blue. Hex color #4F35D9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F35D9 is #B0CA26. Grayscale: #4E4E4E. Windows color (decimal): -11586087 or 14234959. OLE color: 14234959.

HSL color Cylindrical-coordinate representation of color #4F35D9: hue angle of 249.51º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4F35D9 is Cyan = 0.64, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB7953217-
CMYK0.640.7600.15
HSL249.51º68.33%52.94%-
HSV(B)249.51º75.58%85.1%-
XYZ17.029.2266.53-
YUV79.47205.61127.66-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 22.64%
GREEN value IS 53 (21.09% from 255) = 15.19%
BLUE value IS 217 (85.16% from 255) = 62.18%
R=22.64%
G=15.19%
B=62.18%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal79532170.640.7600.15249.5168.3352.94
Hex4F35D9404C0Ffa4435
Octal1176533110011401737210465
Binary1001111110101110110011000000100110001111111110101000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F35D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,53,217); }

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

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

 a { background-color: rgb(79,53,217); }

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

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

 span { border-color: rgb(79,53,217); }

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