#4F26BF

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

Shades of Purple Heart #4F26BF

Tints of Purple Heart #4F26BF

Color information

#4F26BF (or 0x4F26BF) is unknown color: approx Purple Heart. HEX triplet: 4F, 26 and BF. RGB value is (79,38,191). Sum of RGB (Red+Green+Blue) = 79+38+191=308 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.65% from 308); Green value is 38 (15.23% from 255 or 12.34% from 308); Blue value is 191 (75% from 255 or 62.01% from 308); Max value from RGB is 191 - color contains mainly: blue. Hex color #4F26BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F26BF is #B0D940. Grayscale: #434343. Windows color (decimal): -11589953 or 12527183. OLE color: 12527183.

HSL color Cylindrical-coordinate representation of color #4F26BF: hue angle of 256.08º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4F26BF is Cyan = 0.59, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB7938191-
CMYK0.590.8000.25
HSL256.08º66.81%44.9%-
HSV(B)256.08º80.1%74.9%-
XYZ13.326.8149.9-
YUV67.7197.58136.06-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 25.65%
GREEN value IS 38 (15.23% from 255) = 12.34%
BLUE value IS 191 (75% from 255) = 62.01%
R=25.65%
G=12.34%
B=62.01%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal79381910.590.8000.25256.0866.8144.9
Hex4F26BF3B50019100432d
Octal117462777312003140010355
Binary10011111001101011111111101110100000110011000000001000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F26BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,38,191); }

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

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

 a { background-color: rgb(79,38,191); }

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

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

 span { border-color: rgb(79,38,191); }

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