Html Css Color HEX #4D1FAC Purple Heart

📋 copy color: '#4D1FAC'

red 77 ◦ green 31 ◦ blue 172

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

Shades of Purple Heart #4D1FAC

Tints of Purple Heart #4D1FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 61.43%

R = 27.5%
G = 11.07%
B = 61.43%

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

#4D1FAC (or 0x4D1FAC) is known color: Purple Heart. HEX triplet: 4D, 1F and AC. RGB value is (77,31,172). Sum of RGB (Red+Green+Blue) = 77+31+172=280 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.5% from 280); Green value is 31 (12.5% from 255 or 11.07% from 280); Blue value is 172 (67.58% from 255 or 61.43% from 280); Max value from RGB is 172 - color contains mainly: blue. Hex color #4D1FAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D1FAC is #B2E053. Grayscale: #3C3C3C. Windows color (decimal): -11722836 or 11280205. OLE color: 11280205.

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

Color convert

RGB 77 31 172 -
CMYK 0.55 0.82 0 0.33
HSL 259.57º 0.69% 0.4% -
HSV(B) 259.57º 0.82% 0.67% -
XYZ 11 5.54 39.52 -
YUV 60.83 190.74 139.54 -
System Red Green Blue C M Y K H S L
Decimal 77 31 172 0.55 0.82 0 0.33 259.57 0.69 0.4
Hex 4D 1F AC 37 52 0 21 104 45 28
Octal 115 37 254 67 122 0 41 404 105 50
Binary 1001101 11111 10101100 110111 1010010 0 100001 100000100 1000101 101000

Color Harmonies of #4D1FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1FAC

Black with #4D1FAC

Text Example


Text Example

White with #4D1FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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