Html Css Color HEX #4D2CD7 Purple Heart

📋 copy color: '#4D2CD7'

red 77 ◦ green 44 ◦ blue 215

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

Shades of Purple Heart #4D2CD7

Tints of Purple Heart #4D2CD7

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.1%

 BLUE value IS 215 (84.38% from 255) = 63.99%

R = 22.92%
G = 13.1%
B = 63.99%

CMYK

 C value IS 0.64

 M value IS 0.80

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#4D2CD7 (or 0x4D2CD7) is known color: Purple Heart. HEX triplet: 4D, 2C and D7. RGB value is (77,44,215). Sum of RGB (Red+Green+Blue) = 77+44+215=336 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.92% from 336); Green value is 44 (17.58% from 255 or 13.10% from 336); Blue value is 215 (84.38% from 255 or 63.99% from 336); Max value from RGB is 215 - color contains mainly: blue. Hex color #4D2CD7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D2CD7 is #B2D328. Grayscale: #484848. Windows color (decimal): -11719465 or 14101581. OLE color: 14101581.

HSL color Cylindrical-coordinate representation of color #4D2CD7: hue angle of 251.58º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4D2CD7 is Cyan = 0.64, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 77 44 215 -
CMYK 0.64 0.80 0 0.16
HSL 251.58º 0.68% 0.51% -
HSV(B) 251.58º 0.8% 0.84% -
XYZ 16.23 8.29 65.03 -
YUV 73.36 207.93 130.6 -
System Red Green Blue C M Y K H S L
Decimal 77 44 215 0.64 0.80 0 0.16 251.58 0.68 0.51
Hex 4D 2C D7 40 50 0 10 FC 44 33
Octal 115 54 327 100 120 0 20 374 104 63
Binary 1001101 101100 11010111 1000000 1010000 0 10000 11111100 1000100 110011

Color Harmonies of #4D2CD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2CD7

Black with #4D2CD7

Text Example


Text Example

White with #4D2CD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,44,215); }

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

background-color css

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

 a { background-color: rgb(77,44,215); }

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

border-color css

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

 span { border-color: rgb(77,44,215); }

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