#4F27AA

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

Shades of Purple Heart #4F27AA

Tints of Purple Heart #4F27AA

Color information

#4F27AA (or 0x4F27AA) is unknown color: approx Purple Heart. HEX triplet: 4F, 27 and AA. RGB value is (79,39,170). Sum of RGB (Red+Green+Blue) = 79+39+170=288 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.43% from 288); Green value is 39 (15.62% from 255 or 13.54% from 288); Blue value is 170 (66.80% from 255 or 59.03% from 288); Max value from RGB is 170 - color contains mainly: blue. Hex color #4F27AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F27AA is #B0D855. Grayscale: #414141. Windows color (decimal): -11589718 or 11151183. OLE color: 11151183.

HSL color Cylindrical-coordinate representation of color #4F27AA: hue angle of 258.32º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4F27AA is Cyan = 0.54, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7939170-
CMYK0.540.7700.33
HSL258.32º62.68%40.98%-
HSV(B)258.32º77.06%66.67%-
XYZ11.216.0238.6-
YUV65.89186.75137.35-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 27.43%
GREEN value IS 39 (15.62% from 255) = 13.54%
BLUE value IS 170 (66.80% from 255) = 59.03%
R=27.43%
G=13.54%
B=59.03%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal79391700.540.7700.33258.3262.6840.98
Hex4F27AA364D0211023f29
Octal11747252661150414027751
Binary10011111001111010101011011010011010100001100000010111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F27AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,39,170); }

 H1.HeaderClassName
 {
   color: #4F27AA;
 }
 .AnyTagClassName
 {
   color: #4F27AA;
 }
</style>
background-color css

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

 a { background-color: rgb(79,39,170); }

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

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

 span { border-color: rgb(79,39,170); }

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