#4D33D5

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

Shades of Purple Heart #4D33D5

Tints of Purple Heart #4D33D5

Color information

#4D33D5 (or 0x4D33D5) is unknown color: approx Purple Heart. HEX triplet: 4D, 33 and D5. RGB value is (77,51,213). Sum of RGB (Red+Green+Blue) = 77+51+213=341 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.58% from 341); Green value is 51 (20.31% from 255 or 14.96% from 341); Blue value is 213 (83.59% from 255 or 62.46% from 341); Max value from RGB is 213 - color contains mainly: blue. Hex color #4D33D5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D33D5 is #B2CC2A. Grayscale: #4C4C4C. Windows color (decimal): -11717675 or 13972301. OLE color: 13972301.

HSL color Cylindrical-coordinate representation of color #4D33D5: hue angle of 249.63º 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 #4D33D5 is Cyan = 0.64, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB7751213-
CMYK0.640.7600.16
HSL249.63º65.85%51.76%-
HSV(B)249.63º76.06%83.53%-
XYZ16.258.7563.78-
YUV77.24204.61127.83-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 22.58%
GREEN value IS 51 (20.31% from 255) = 14.96%
BLUE value IS 213 (83.59% from 255) = 62.46%
R=22.58%
G=14.96%
B=62.46%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal77512130.640.7600.16249.6365.8551.76
Hex4D33D5404C010fa4234
Octal1156332510011402037210264
Binary10011011100111101010110000001001100010000111110101000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D33D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,51,213); }

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

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

 a { background-color: rgb(77,51,213); }

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

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

 span { border-color: rgb(77,51,213); }

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