#4F3ACE

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

Shades of Purple Heart #4F3ACE

Tints of Purple Heart #4F3ACE

Color information

#4F3ACE (or 0x4F3ACE) is unknown color: approx Purple Heart. HEX triplet: 4F, 3A and CE. RGB value is (79,58,206). Sum of RGB (Red+Green+Blue) = 79+58+206=343 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.03% from 343); Green value is 58 (23.05% from 255 or 16.91% from 343); Blue value is 206 (80.86% from 255 or 60.06% from 343); Max value from RGB is 206 - color contains mainly: blue. Hex color #4F3ACE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F3ACE is #B0C531. Grayscale: #505050. Windows color (decimal): -11584818 or 13515343. OLE color: 13515343.

HSL color Cylindrical-coordinate representation of color #4F3ACE: hue angle of 248.51º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4F3ACE is Cyan = 0.62, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB7958206-
CMYK0.620.7200.19
HSL248.51º60.16%51.76%-
HSV(B)248.51º71.84%80.78%-
XYZ15.889.1459.32-
YUV81.15198.46126.47-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.03%
GREEN value IS 58 (23.05% from 255) = 16.91%
BLUE value IS 206 (80.86% from 255) = 60.06%
R=23.03%
G=16.91%
B=60.06%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal79582060.620.7200.19248.5160.1651.76
Hex4F3ACE3E48013f93c34
Octal11772316761100233717464
Binary100111111101011001110111110100100001001111111001111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,58,206); }

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

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

 a { background-color: rgb(79,58,206); }

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

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

 span { border-color: rgb(79,58,206); }

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