#4734D6

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

Shades of Purple Heart #4734D6

Tints of Purple Heart #4734D6

Color information

#4734D6 (or 0x4734D6) is unknown color: approx Purple Heart. HEX triplet: 47, 34 and D6. RGB value is (71,52,214). Sum of RGB (Red+Green+Blue) = 71+52+214=337 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.07% from 337); Green value is 52 (20.70% from 255 or 15.43% from 337); Blue value is 214 (83.98% from 255 or 63.50% from 337); Max value from RGB is 214 - color contains mainly: blue. Hex color #4734D6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4734D6 is #B8CB29. Grayscale: #4B4B4B. Windows color (decimal): -12110634 or 14038087. OLE color: 14038087.

HSL color Cylindrical-coordinate representation of color #4734D6: hue angle of 247.04º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4734D6 is Cyan = 0.67, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB7152214-
CMYK0.670.7600.16
HSL247.04º66.39%52.16%-
HSV(B)247.04º75.7%83.92%-
XYZ15.968.6564.45-
YUV76.15205.79124.33-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.07%
GREEN value IS 52 (20.70% from 255) = 15.43%
BLUE value IS 214 (83.98% from 255) = 63.50%
R=21.07%
G=15.43%
B=63.50%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal71522140.670.7600.16247.0466.3952.16
Hex4734D6434C010f74234
Octal1076432610311402036710264
Binary10001111101001101011010000111001100010000111101111000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4734D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4734D6; }

 p { color: rgb(71,52,214); }

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

<style>
 a { background-color: #4734D6; }

 a { background-color: rgb(71,52,214); }

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

<style>
 span { border-color: #4734D6; }

 span { border-color: rgb(71,52,214); }

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