#4F27B2

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

Shades of Purple Heart #4F27B2

Tints of Purple Heart #4F27B2

Color information

#4F27B2 (or 0x4F27B2) is unknown color: approx Purple Heart. HEX triplet: 4F, 27 and B2. RGB value is (79,39,178). Sum of RGB (Red+Green+Blue) = 79+39+178=296 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.69% from 296); Green value is 39 (15.62% from 255 or 13.18% from 296); Blue value is 178 (69.92% from 255 or 60.14% from 296); Max value from RGB is 178 - color contains mainly: blue. Hex color #4F27B2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F27B2 is #B0D84D. Grayscale: #424242. Windows color (decimal): -11589710 or 11675471. OLE color: 11675471.

HSL color Cylindrical-coordinate representation of color #4F27B2: hue angle of 257.27º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4F27B2 is Cyan = 0.56, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB7939178-
CMYK0.560.7800.30
HSL257.27º64.06%42.55%-
HSV(B)257.27º78.09%69.8%-
XYZ11.996.3342.71-
YUV66.81190.75136.7-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 26.69%
GREEN value IS 39 (15.62% from 255) = 13.18%
BLUE value IS 178 (69.92% from 255) = 60.14%
R=26.69%
G=13.18%
B=60.14%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal79391780.560.7800.30257.2764.0642.55
Hex4F27B2384E01E101402b
Octal117472627011603640110053
Binary10011111001111011001011100010011100111101000000011000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F27B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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