#4936D6

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

Shades of Purple Heart #4936D6

Tints of Purple Heart #4936D6

Color information

#4936D6 (or 0x4936D6) is unknown color: approx Purple Heart. HEX triplet: 49, 36 and D6. RGB value is (73,54,214). Sum of RGB (Red+Green+Blue) = 73+54+214=341 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.41% from 341); Green value is 54 (21.48% from 255 or 15.84% from 341); Blue value is 214 (83.98% from 255 or 62.76% from 341); Max value from RGB is 214 - color contains mainly: blue. Hex color #4936D6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4936D6 is #B6C929. Grayscale: #4D4D4D. Windows color (decimal): -11979050 or 14038601. OLE color: 14038601.

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

Color convert

RGB7354214-
CMYK0.660.7500.16
HSL247.12º66.12%52.55%-
HSV(B)247.12º74.77%83.92%-
XYZ16.28.9164.48-
YUV77.92204.79124.49-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.41%
GREEN value IS 54 (21.48% from 255) = 15.84%
BLUE value IS 214 (83.98% from 255) = 62.76%
R=21.41%
G=15.84%
B=62.76%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal73542140.660.7500.16247.1266.1252.55
Hex4936D6424B010f74235
Octal1116632610211302036710265
Binary10010011101101101011010000101001011010000111101111000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4936D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,54,214); }

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

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

 a { background-color: rgb(73,54,214); }

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

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

 span { border-color: rgb(73,54,214); }

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