Html Css Color HEX #4D1DD5 Purple Heart

📋 copy color: '#4D1DD5'

red 77 ◦ green 29 ◦ blue 213

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

Shades of Purple Heart #4D1DD5

Tints of Purple Heart #4D1DD5

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.09%

 BLUE value IS 213 (83.59% from 255) = 66.77%

R = 24.14%
G = 9.09%
B = 66.77%

CMYK

 C value IS 0.64

 M value IS 0.86

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#4D1DD5 (or 0x4D1DD5) is known color: Purple Heart. HEX triplet: 4D, 1D and D5. RGB value is (77,29,213). Sum of RGB (Red+Green+Blue) = 77+29+213=319 (42% of max value = 765). Red value is 77 (30.47% from 255 or 24.14% from 319); Green value is 29 (11.72% from 255 or 9.09% from 319); Blue value is 213 (83.59% from 255 or 66.77% from 319); Max value from RGB is 213 - color contains mainly: blue. Hex color #4D1DD5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D1DD5 is #B2E22A. Grayscale: #3F3F3F. Windows color (decimal): -11723307 or 13966669. OLE color: 13966669.

HSL color Cylindrical-coordinate representation of color #4D1DD5: hue angle of 255.65º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4D1DD5 is Cyan = 0.64, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 77 29 213 -
CMYK 0.64 0.86 0 0.16
HSL 255.65º 0.76% 0.47% -
HSV(B) 255.65º 0.86% 0.84% -
XYZ 15.51 7.26 63.53 -
YUV 64.33 211.9 137.04 -
System Red Green Blue C M Y K H S L
Decimal 77 29 213 0.64 0.86 0 0.16 255.65 0.76 0.47
Hex 4D 1D D5 40 56 0 10 100 4C 2F
Octal 115 35 325 100 126 0 20 400 114 57
Binary 1001101 11101 11010101 1000000 1010110 0 10000 100000000 1001100 101111

Color Harmonies of #4D1DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1DD5

Black with #4D1DD5

Text Example


Text Example

White with #4D1DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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