#5F26BE

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

Shades of Purple Heart #5F26BE

Tints of Purple Heart #5F26BE

Color information

#5F26BE (or 0x5F26BE) is unknown color: approx Purple Heart. HEX triplet: 5F, 26 and BE. RGB value is (95,38,190). Sum of RGB (Red+Green+Blue) = 95+38+190=323 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.41% from 323); Green value is 38 (15.23% from 255 or 11.76% from 323); Blue value is 190 (74.61% from 255 or 58.82% from 323); Max value from RGB is 190 - color contains mainly: blue. Hex color #5F26BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F26BE is #A0D941. Grayscale: #474747. Windows color (decimal): -10541378 or 12461663. OLE color: 12461663.

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

Color convert

RGB9538190-
CMYK0.50.800.25
HSL262.5º66.67%44.71%-
HSV(B)262.5º80%74.51%-
XYZ14.717.5449.39-
YUV72.37194.38144.14-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 29.41%
GREEN value IS 38 (15.23% from 255) = 11.76%
BLUE value IS 190 (74.61% from 255) = 58.82%
R=29.41%
G=11.76%
B=58.82%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal95381900.50.800.25262.566.6744.71
Hex5F26BE3250019106432d
Octal137462766212003140610355
Binary10111111001101011111011001010100000110011000001101000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F26BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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