#4935D5

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

Shades of Purple Heart #4935D5

Tints of Purple Heart #4935D5

Color information

#4935D5 (or 0x4935D5) is unknown color: approx Purple Heart. HEX triplet: 49, 35 and D5. RGB value is (73,53,213). Sum of RGB (Red+Green+Blue) = 73+53+213=339 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.53% from 339); Green value is 53 (21.09% from 255 or 15.63% from 339); Blue value is 213 (83.59% from 255 or 62.83% from 339); Max value from RGB is 213 - color contains mainly: blue. Hex color #4935D5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4935D5 is #B6CA2A. Grayscale: #4C4C4C. Windows color (decimal): -11979307 or 13972809. OLE color: 13972809.

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

Color convert

RGB7353213-
CMYK0.660.7500.16
HSL247.5º65.57%52.16%-
HSV(B)247.5º75.12%83.53%-
XYZ16.038.7763.8-
YUV77.22204.63124.99-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.53%
GREEN value IS 53 (21.09% from 255) = 15.63%
BLUE value IS 213 (83.59% from 255) = 62.83%
R=21.53%
G=15.63%
B=62.83%

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
Decimal73532130.660.7500.16247.565.5752.16
Hex4935D5424B010f84234
Octal1116532510211302037010264
Binary10010011101011101010110000101001011010000111110001000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4935D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4935D5; }

 p { color: rgb(73,53,213); }

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

<style>
 a { background-color: #4935D5; }

 a { background-color: rgb(73,53,213); }

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

<style>
 span { border-color: #4935D5; }

 span { border-color: rgb(73,53,213); }

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