#5F26BF

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

Shades of Purple Heart #5F26BF

Tints of Purple Heart #5F26BF

Color information

#5F26BF (or 0x5F26BF) is unknown color: approx Purple Heart. HEX triplet: 5F, 26 and BF. RGB value is (95,38,191). Sum of RGB (Red+Green+Blue) = 95+38+191=324 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.32% from 324); Green value is 38 (15.23% from 255 or 11.73% from 324); Blue value is 191 (75% from 255 or 58.95% from 324); Max value from RGB is 191 - color contains mainly: blue. Hex color #5F26BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F26BF is #A0D940. Grayscale: #474747. Windows color (decimal): -10541377 or 12527199. OLE color: 12527199.

HSL color Cylindrical-coordinate representation of color #5F26BF: hue angle of 262.35º 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 #5F26BF is Cyan = 0.50, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9538191-
CMYK0.500.8000.25
HSL262.35º66.81%44.9%-
HSV(B)262.35º80.1%74.9%-
XYZ14.827.5849.97-
YUV72.48194.88144.06-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 29.32%
GREEN value IS 38 (15.23% from 255) = 11.73%
BLUE value IS 191 (75% from 255) = 58.95%
R=29.32%
G=11.73%
B=58.95%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal95381910.500.8000.25262.3566.8144.9
Hex5F26BF3250019106432d
Octal137462776212003140610355
Binary10111111001101011111111001010100000110011000001101000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F26BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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