Html Css Color HEX #4D1DD1 Purple Heart

📋 copy color: '#4D1DD1'

red 77 ◦ green 29 ◦ blue 209

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

Shades of Purple Heart #4D1DD1

Tints of Purple Heart #4D1DD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 66.35%

R = 24.44%
G = 9.21%
B = 66.35%

CMYK

 C value IS 0.63

 M value IS 0.86

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#4D1DD1 (or 0x4D1DD1) is known color: Purple Heart. HEX triplet: 4D, 1D and D1. RGB value is (77,29,209). Sum of RGB (Red+Green+Blue) = 77+29+209=315 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.44% from 315); Green value is 29 (11.72% from 255 or 9.21% from 315); Blue value is 209 (82.03% from 255 or 66.35% from 315); Max value from RGB is 209 - color contains mainly: blue. Hex color #4D1DD1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D1DD1 is #B2E22E. Grayscale: #3F3F3F. Windows color (decimal): -11723311 or 13704525. OLE color: 13704525.

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

Color convert

RGB 77 29 209 -
CMYK 0.63 0.86 0 0.18
HSL 256º 0.76% 0.47% -
HSV(B) 256º 0.86% 0.82% -
XYZ 15.01 7.06 60.89 -
YUV 63.87 209.9 137.36 -
System Red Green Blue C M Y K H S L
Decimal 77 29 209 0.63 0.86 0 0.18 256 0.76 0.47
Hex 4D 1D D1 3F 56 0 12 100 4C 2F
Octal 115 35 321 77 126 0 22 400 114 57
Binary 1001101 11101 11010001 111111 1010110 0 10010 100000000 1001100 101111

Color Harmonies of #4D1DD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1DD1

Black with #4D1DD1

Text Example


Text Example

White with #4D1DD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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