Html Css Color HEX #4D2EC0 Purple Heart

📋 copy color: '#4D2EC0'

red 77 ◦ green 46 ◦ blue 192

#4D2EC0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #4D2EC0

Tints of Purple Heart #4D2EC0

RGB

 RED value IS 77 (30.47% from 255) = 24.44%

 GREEN value IS 46 (18.36% from 255) = 14.6%

 BLUE value IS 192 (75.39% from 255) = 60.95%

R = 24.44%
G = 14.6%
B = 60.95%

CMYK

 C value IS 0.60

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4D2EC0 (or 0x4D2EC0) is known color: Purple Heart. HEX triplet: 4D, 2E and C0. RGB value is (77,46,192). Sum of RGB (Red+Green+Blue) = 77+46+192=315 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.44% from 315); Green value is 46 (18.36% from 255 or 14.60% from 315); Blue value is 192 (75.39% from 255 or 60.95% from 315); Max value from RGB is 192 - color contains mainly: blue. Hex color #4D2EC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D2EC0 is #B2D13F. Grayscale: #474747. Windows color (decimal): -11718976 or 12594765. OLE color: 12594765.

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

Color convert

RGB 77 46 192 -
CMYK 0.60 0.76 0 0.25
HSL 252.74º 0.61% 0.47% -
HSV(B) 252.74º 0.76% 0.75% -
XYZ 13.55 7.34 50.57 -
YUV 71.91 195.77 131.63 -
System Red Green Blue C M Y K H S L
Decimal 77 46 192 0.60 0.76 0 0.25 252.74 0.61 0.47
Hex 4D 2E C0 3C 4C 0 19 FD 3D 2F
Octal 115 56 300 74 114 0 31 375 75 57
Binary 1001101 101110 11000000 111100 1001100 0 11001 11111101 111101 101111

Color Harmonies of #4D2EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2EC0

Black with #4D2EC0

Text Example


Text Example

White with #4D2EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4D2EC0;
 }
 .AnyTagClassName
 {
   color: #4D2EC0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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