#4726D0

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

Shades of Purple Heart #4726D0

Tints of Purple Heart #4726D0

Color information

#4726D0 (or 0x4726D0) is unknown color: approx Purple Heart. HEX triplet: 47, 26 and D0. RGB value is (71,38,208). Sum of RGB (Red+Green+Blue) = 71+38+208=317 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.40% from 317); Green value is 38 (15.23% from 255 or 11.99% from 317); Blue value is 208 (81.64% from 255 or 65.62% from 317); Max value from RGB is 208 - color contains mainly: blue. Hex color #4726D0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4726D0 is #B8D92F. Grayscale: #424242. Windows color (decimal): -12114224 or 13641287. OLE color: 13641287.

HSL color Cylindrical-coordinate representation of color #4726D0: hue angle of 251.65º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4726D0 is Cyan = 0.66, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB7138208-
CMYK0.660.8200.18
HSL251.65º69.11%48.24%-
HSV(B)251.65º81.73%81.57%-
XYZ14.687.2860.31-
YUV67.25207.43130.68-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.40%
GREEN value IS 38 (15.23% from 255) = 11.99%
BLUE value IS 208 (81.64% from 255) = 65.62%
R=22.40%
G=11.99%
B=65.62%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal71382080.660.8200.18251.6569.1148.24
Hex4726D04252012fc4530
Octal1074632010212202237410560
Binary10001111001101101000010000101010010010010111111001000101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4726D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4726D0; }

 p { color: rgb(71,38,208); }

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

<style>
 a { background-color: #4726D0; }

 a { background-color: rgb(71,38,208); }

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

<style>
 span { border-color: #4726D0; }

 span { border-color: rgb(71,38,208); }

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