#4F33AF

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

Shades of Purple Heart #4F33AF

Tints of Purple Heart #4F33AF

Color information

#4F33AF (or 0x4F33AF) is unknown color: approx Purple Heart. HEX triplet: 4F, 33 and AF. RGB value is (79,51,175). Sum of RGB (Red+Green+Blue) = 79+51+175=305 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.90% from 305); Green value is 51 (20.31% from 255 or 16.72% from 305); Blue value is 175 (68.75% from 255 or 57.38% from 305); Max value from RGB is 175 - color contains mainly: blue. Hex color #4F33AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F33AF is #B0CC50. Grayscale: #494949. Windows color (decimal): -11586641 or 11481935. OLE color: 11481935.

HSL color Cylindrical-coordinate representation of color #4F33AF: hue angle of 253.55º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4F33AF is Cyan = 0.55, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB7951175-
CMYK0.550.7100.31
HSL253.55º54.87%44.31%-
HSV(B)253.55º70.86%68.63%-
XYZ12.157.1341.29-
YUV73.51185.28131.92-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 25.90%
GREEN value IS 51 (20.31% from 255) = 16.72%
BLUE value IS 175 (68.75% from 255) = 57.38%
R=25.90%
G=16.72%
B=57.38%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal79511750.550.7100.31253.5554.8744.31
Hex4F33AF374701Ffe372c
Octal11763257671070373766754
Binary100111111001110101111110111100011101111111111110110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F33AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,51,175); }

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

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

 a { background-color: rgb(79,51,175); }

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

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

 span { border-color: rgb(79,51,175); }

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