#4F0AB3

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

Shades of Purple Heart #4F0AB3

Tints of Purple Heart #4F0AB3

Color information

#4F0AB3 (or 0x4F0AB3) is unknown color: approx Purple Heart. HEX triplet: 4F, 0A and B3. RGB value is (79,10,179). Sum of RGB (Red+Green+Blue) = 79+10+179=268 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.48% from 268); Green value is 10 (4.30% from 255 or 3.73% from 268); Blue value is 179 (70.31% from 255 or 66.79% from 268); Max value from RGB is 179 - color contains mainly: blue. Hex color #4F0AB3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4F0AB3 is #B0F54C. Grayscale: #313131. Windows color (decimal): -11597133 or 11733583. OLE color: 11733583.

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

Color convert

RGB7910179-
CMYK0.560.9400.30
HSL264.5º89.42%37.06%-
HSV(B)264.5º94.41%70.2%-
XYZ11.475.1343.03-
YUV49.9200.86148.76-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 29.48%
GREEN value IS 10 (4.30% from 255) = 3.73%
BLUE value IS 179 (70.31% from 255) = 66.79%
R=29.48%
G=3.73%
B=66.79%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal79101790.560.9400.30264.589.4237.06
Hex4FAB3385E01E1085925
Octal117122637013603641013145
Binary100111110101011001111100010111100111101000010001011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F0AB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,10,179); }

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

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

 a { background-color: rgb(79,10,179); }

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

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

 span { border-color: rgb(79,10,179); }

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