#4F07B4

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

Shades of Purple Heart #4F07B4

Tints of Purple Heart #4F07B4

Color information

#4F07B4 (or 0x4F07B4) is unknown color: approx Purple Heart. HEX triplet: 4F, 07 and B4. RGB value is (79,7,180). Sum of RGB (Red+Green+Blue) = 79+7+180=266 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.70% from 266); Green value is 7 (3.12% from 255 or 2.63% from 266); Blue value is 180 (70.70% from 255 or 67.67% from 266); Max value from RGB is 180 - color contains mainly: blue. Hex color #4F07B4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4F07B4 is #B0F84B. Grayscale: #2F2F2F. Windows color (decimal): -11597900 or 11798351. OLE color: 11798351.

HSL color Cylindrical-coordinate representation of color #4F07B4: hue angle of 264.97º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4F07B4 is Cyan = 0.56, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB797180-
CMYK0.560.9600.29
HSL264.97º92.51%36.67%-
HSV(B)264.97º96.11%70.59%-
XYZ11.545.1143.56-
YUV48.25202.35149.93-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 29.70%
GREEN value IS 7 (3.12% from 255) = 2.63%
BLUE value IS 180 (70.70% from 255) = 67.67%
R=29.70%
G=2.63%
B=67.67%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal7971800.560.9600.29264.9792.5136.67
Hex4F7B4386001D1095d25
Octal11772647014003541113545
Binary10011111111011010011100011000000111011000010011011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F07B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,7,180); }

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

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

 a { background-color: rgb(79,7,180); }

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

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

 span { border-color: rgb(79,7,180); }

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