#4F25AB

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

Shades of Purple Heart #4F25AB

Tints of Purple Heart #4F25AB

Color information

#4F25AB (or 0x4F25AB) is unknown color: approx Purple Heart. HEX triplet: 4F, 25 and AB. RGB value is (79,37,171). Sum of RGB (Red+Green+Blue) = 79+37+171=287 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.53% from 287); Green value is 37 (14.84% from 255 or 12.89% from 287); Blue value is 171 (67.19% from 255 or 59.58% from 287); Max value from RGB is 171 - color contains mainly: blue. Hex color #4F25AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F25AB is #B0DA54. Grayscale: #404040. Windows color (decimal): -11590229 or 11216207. OLE color: 11216207.

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

Color convert

RGB7937171-
CMYK0.540.7800.33
HSL258.81º64.42%40.78%-
HSV(B)258.81º78.36%67.06%-
XYZ11.245.9339.08-
YUV64.83187.91138.1-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 27.53%
GREEN value IS 37 (14.84% from 255) = 12.89%
BLUE value IS 171 (67.19% from 255) = 59.58%
R=27.53%
G=12.89%
B=59.58%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal79371710.540.7800.33258.8164.4240.78
Hex4F25AB364E0211034029
Octal117452536611604140310051
Binary100111110010110101011110110100111001000011000000111000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F25AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,37,171); }

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

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

 a { background-color: rgb(79,37,171); }

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

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

 span { border-color: rgb(79,37,171); }

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