#4F35D1

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

Shades of Purple Heart #4F35D1

Tints of Purple Heart #4F35D1

Color information

#4F35D1 (or 0x4F35D1) is unknown color: approx Purple Heart. HEX triplet: 4F, 35 and D1. RGB value is (79,53,209). Sum of RGB (Red+Green+Blue) = 79+53+209=341 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.17% from 341); Green value is 53 (21.09% from 255 or 15.54% from 341); Blue value is 209 (82.03% from 255 or 61.29% from 341); Max value from RGB is 209 - color contains mainly: blue. Hex color #4F35D1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F35D1 is #B0CA2E. Grayscale: #4D4D4D. Windows color (decimal): -11586095 or 13710671. OLE color: 13710671.

HSL color Cylindrical-coordinate representation of color #4F35D1: hue angle of 250º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4F35D1 is Cyan = 0.62, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB7953209-
CMYK0.620.7500.18
HSL250º62.9%51.37%-
HSV(B)250º74.64%81.96%-
XYZ16.018.8161.18-
YUV78.56201.61128.32-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.17%
GREEN value IS 53 (21.09% from 255) = 15.54%
BLUE value IS 209 (82.03% from 255) = 61.29%
R=23.17%
G=15.54%
B=61.29%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal79532090.620.7500.1825062.951.37
Hex4F35D13E4B012fa3f33
Octal11765321761130223727763
Binary100111111010111010001111110100101101001011111010111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F35D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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