Html Css Color HEX #4D1FAB Purple Heart

📋 copy color: '#4D1FAB'

red 77 ◦ green 31 ◦ blue 171

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

Shades of Purple Heart #4D1FAB

Tints of Purple Heart #4D1FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 61.29%

R = 27.6%
G = 11.11%
B = 61.29%

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

#4D1FAB (or 0x4D1FAB) is known color: Purple Heart. HEX triplet: 4D, 1F and AB. RGB value is (77,31,171). Sum of RGB (Red+Green+Blue) = 77+31+171=279 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.60% from 279); Green value is 31 (12.5% from 255 or 11.11% from 279); Blue value is 171 (67.19% from 255 or 61.29% from 279); Max value from RGB is 171 - color contains mainly: blue. Hex color #4D1FAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D1FAB is #B2E054. Grayscale: #3C3C3C. Windows color (decimal): -11722837 or 11214669. OLE color: 11214669.

HSL color Cylindrical-coordinate representation of color #4D1FAB: hue angle of 259.71º 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 #4D1FAB is Cyan = 0.55, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 77 31 171 -
CMYK 0.55 0.82 0 0.33
HSL 259.71º 0.69% 0.4% -
HSV(B) 259.71º 0.82% 0.67% -
XYZ 10.9 5.5 39.01 -
YUV 60.71 190.24 139.62 -
System Red Green Blue C M Y K H S L
Decimal 77 31 171 0.55 0.82 0 0.33 259.71 0.69 0.4
Hex 4D 1F AB 37 52 0 21 104 45 28
Octal 115 37 253 67 122 0 41 404 105 50
Binary 1001101 11111 10101011 110111 1010010 0 100001 100000100 1000101 101000

Color Harmonies of #4D1FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1FAB

Black with #4D1FAB

Text Example


Text Example

White with #4D1FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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