Html Css Color HEX #4D1FAA Purple Heart

📋 copy color: '#4D1FAA'

red 77 ◦ green 31 ◦ blue 170

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

Shades of Purple Heart #4D1FAA

Tints of Purple Heart #4D1FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 61.15%

R = 27.7%
G = 11.15%
B = 61.15%

CMYK

 C value IS 0.55

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4D1FAA (or 0x4D1FAA) is known color: Purple Heart. HEX triplet: 4D, 1F and AA. RGB value is (77,31,170). Sum of RGB (Red+Green+Blue) = 77+31+170=278 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.70% from 278); Green value is 31 (12.5% from 255 or 11.15% from 278); Blue value is 170 (66.80% from 255 or 61.15% from 278); Max value from RGB is 170 - color contains mainly: blue. Hex color #4D1FAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D1FAA is #B2E055. Grayscale: #3C3C3C. Windows color (decimal): -11722838 or 11149133. OLE color: 11149133.

HSL color Cylindrical-coordinate representation of color #4D1FAA: hue angle of 259.86º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4D1FAA is Cyan = 0.55, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 77 31 170 -
CMYK 0.55 0.82 0 0.33
HSL 259.86º 0.69% 0.39% -
HSV(B) 259.86º 0.82% 0.67% -
XYZ 10.81 5.46 38.51 -
YUV 60.6 189.74 139.7 -
System Red Green Blue C M Y K H S L
Decimal 77 31 170 0.55 0.82 0 0.33 259.86 0.69 0.39
Hex 4D 1F AA 37 52 0 21 104 45 27
Octal 115 37 252 67 122 0 41 404 105 47
Binary 1001101 11111 10101010 110111 1010010 0 100001 100000100 1000101 100111

Color Harmonies of #4D1FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1FAA

Black with #4D1FAA

Text Example


Text Example

White with #4D1FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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