#4D1FAA

Color #4D1FAA Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #4D1FAA

Tints of Purple Heart #4D1FAA

Color information

#4D1FAA (or 0x4D1FAA) is unknown color: approx 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

RGB7731170-
CMYK0.550.8200.33
HSL259.86º69.15%39.41%-
HSV(B)259.86º81.76%66.67%-
XYZ10.815.4638.51-
YUV60.6189.74139.7-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 27.70%
GREEN value IS 31 (12.5% from 255) = 11.15%
BLUE value IS 170 (66.80% from 255) = 61.15%
R=27.70%
G=11.15%
B=61.15%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal77311700.550.8200.33259.8669.1539.41
Hex4D1FAA37520211044527
Octal115372526712204140410547
Binary10011011111110101010110111101001001000011000001001000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D1FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>