#4D35D4

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

Shades of Purple Heart #4D35D4

Tints of Purple Heart #4D35D4

Color information

#4D35D4 (or 0x4D35D4) is unknown color: approx Purple Heart. HEX triplet: 4D, 35 and D4. RGB value is (77,53,212). Sum of RGB (Red+Green+Blue) = 77+53+212=342 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.51% from 342); Green value is 53 (21.09% from 255 or 15.50% from 342); Blue value is 212 (83.20% from 255 or 61.99% from 342); Max value from RGB is 212 - color contains mainly: blue. Hex color #4D35D4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D35D4 is #B2CA2B. Grayscale: #4D4D4D. Windows color (decimal): -11717164 or 13907277. OLE color: 13907277.

HSL color Cylindrical-coordinate representation of color #4D35D4: hue angle of 249.06º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4D35D4 is Cyan = 0.64, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB7753212-
CMYK0.640.7500.17
HSL249.06º64.9%51.96%-
HSV(B)249.06º75%83.14%-
XYZ16.228.8863.15-
YUV78.3203.45127.07-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 22.51%
GREEN value IS 53 (21.09% from 255) = 15.50%
BLUE value IS 212 (83.20% from 255) = 61.99%
R=22.51%
G=15.50%
B=61.99%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal77532120.640.7500.17249.0664.951.96
Hex4D35D4404B011f94134
Octal1156532410011302137110164
Binary10011011101011101010010000001001011010001111110011000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D35D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,53,212); }

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

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

 a { background-color: rgb(77,53,212); }

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

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

 span { border-color: rgb(77,53,212); }

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