Html Css Color HEX #4D1FAD Purple Heart

📋 copy color: '#4D1FAD'

red 77 ◦ green 31 ◦ blue 173

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

Shades of Purple Heart #4D1FAD

Tints of Purple Heart #4D1FAD

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.03%

 BLUE value IS 173 (67.97% from 255) = 61.57%

R = 27.4%
G = 11.03%
B = 61.57%

CMYK

 C value IS 0.55

 M value IS 0.82

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4D1FAD (or 0x4D1FAD) is known color: Purple Heart. HEX triplet: 4D, 1F and AD. RGB value is (77,31,173). Sum of RGB (Red+Green+Blue) = 77+31+173=281 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.40% from 281); Green value is 31 (12.5% from 255 or 11.03% from 281); Blue value is 173 (67.97% from 255 or 61.57% from 281); Max value from RGB is 173 - color contains mainly: blue. Hex color #4D1FAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D1FAD is #B2E052. Grayscale: #3C3C3C. Windows color (decimal): -11722835 or 11345741. OLE color: 11345741.

HSL color Cylindrical-coordinate representation of color #4D1FAD: hue angle of 259.44º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4D1FAD is Cyan = 0.55, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 77 31 173 -
CMYK 0.55 0.82 0 0.32
HSL 259.44º 0.7% 0.4% -
HSV(B) 259.44º 0.82% 0.68% -
XYZ 11.09 5.57 40.03 -
YUV 60.94 191.24 139.45 -
System Red Green Blue C M Y K H S L
Decimal 77 31 173 0.55 0.82 0 0.32 259.44 0.7 0.4
Hex 4D 1F AD 37 52 0 20 103 46 28
Octal 115 37 255 67 122 0 40 403 106 50
Binary 1001101 11111 10101101 110111 1010010 0 100000 100000011 1000110 101000

Color Harmonies of #4D1FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1FAD

Black with #4D1FAD

Text Example


Text Example

White with #4D1FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,31,173); }

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

background-color css

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

 a { background-color: rgb(77,31,173); }

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

border-color css

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

 span { border-color: rgb(77,31,173); }

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