Html Css Color HEX #4D1DC7 Purple Heart

📋 copy color: '#4D1DC7'

red 77 ◦ green 29 ◦ blue 199

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

Shades of Purple Heart #4D1DC7

Tints of Purple Heart #4D1DC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 65.25%

R = 25.25%
G = 9.51%
B = 65.25%

CMYK

 C value IS 0.61

 M value IS 0.85

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#4D1DC7 (or 0x4D1DC7) is known color: Purple Heart. HEX triplet: 4D, 1D and C7. RGB value is (77,29,199). Sum of RGB (Red+Green+Blue) = 77+29+199=305 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.25% from 305); Green value is 29 (11.72% from 255 or 9.51% from 305); Blue value is 199 (78.12% from 255 or 65.25% from 305); Max value from RGB is 199 - color contains mainly: blue. Hex color #4D1DC7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D1DC7 is #B2E238. Grayscale: #3E3E3E. Windows color (decimal): -11723321 or 13049165. OLE color: 13049165.

HSL color Cylindrical-coordinate representation of color #4D1DC7: hue angle of 256.94º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4D1DC7 is Cyan = 0.61, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 77 29 199 -
CMYK 0.61 0.85 0 0.22
HSL 256.94º 0.75% 0.45% -
HSV(B) 256.94º 0.85% 0.78% -
XYZ 13.81 6.58 54.58 -
YUV 62.73 204.9 138.18 -
System Red Green Blue C M Y K H S L
Decimal 77 29 199 0.61 0.85 0 0.22 256.94 0.75 0.45
Hex 4D 1D C7 3D 55 0 16 101 4B 2D
Octal 115 35 307 75 125 0 26 401 113 55
Binary 1001101 11101 11000111 111101 1010101 0 10110 100000001 1001011 101101

Color Harmonies of #4D1DC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1DC7

Black with #4D1DC7

Text Example


Text Example

White with #4D1DC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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