#4D34C0

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

Shades of Purple Heart #4D34C0

Tints of Purple Heart #4D34C0

Color information

#4D34C0 (or 0x4D34C0) is unknown color: approx Purple Heart. HEX triplet: 4D, 34 and C0. RGB value is (77,52,192). Sum of RGB (Red+Green+Blue) = 77+52+192=321 (42% of max value = 765). Red value is 77 (30.47% from 255 or 23.99% from 321); Green value is 52 (20.70% from 255 or 16.20% from 321); Blue value is 192 (75.39% from 255 or 59.81% from 321); Max value from RGB is 192 - color contains mainly: blue. Hex color #4D34C0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D34C0 is #B2CB3F. Grayscale: #4A4A4A. Windows color (decimal): -11717440 or 12596301. OLE color: 12596301.

HSL color Cylindrical-coordinate representation of color #4D34C0: hue angle of 250.71º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4D34C0 is Cyan = 0.60, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB7752192-
CMYK0.600.7300.25
HSL250.71º57.38%47.84%-
HSV(B)250.71º72.92%75.29%-
XYZ13.87.8450.65-
YUV75.44193.78129.12-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 23.99%
GREEN value IS 52 (20.70% from 255) = 16.20%
BLUE value IS 192 (75.39% from 255) = 59.81%
R=23.99%
G=16.20%
B=59.81%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal77521920.600.7300.25250.7157.3847.84
Hex4D34C03C49019fb3930
Octal11564300741110313737160
Binary100110111010011000000111100100100101100111111011111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D34C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,52,192); }

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

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

 a { background-color: rgb(77,52,192); }

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

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

 span { border-color: rgb(77,52,192); }

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