#5F26DF

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

Shades of Purple Heart #5F26DF

Tints of Purple Heart #5F26DF

Color information

#5F26DF (or 0x5F26DF) is unknown color: approx Purple Heart. HEX triplet: 5F, 26 and DF. RGB value is (95,38,223). Sum of RGB (Red+Green+Blue) = 95+38+223=356 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.69% from 356); Green value is 38 (15.23% from 255 or 10.67% from 356); Blue value is 223 (87.5% from 255 or 62.64% from 356); Max value from RGB is 223 - color contains mainly: blue. Hex color #5F26DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F26DF is #A0D920. Grayscale: #4B4B4B. Windows color (decimal): -10541345 or 14624351. OLE color: 14624351.

HSL color Cylindrical-coordinate representation of color #5F26DF: hue angle of 258.49º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5F26DF is Cyan = 0.57, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB9538223-
CMYK0.570.8300.13
HSL258.49º74.3%51.18%-
HSV(B)258.49º82.96%87.45%-
XYZ18.739.1570.59-
YUV76.13210.88141.46-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 26.69%
GREEN value IS 38 (15.23% from 255) = 10.67%
BLUE value IS 223 (87.5% from 255) = 62.64%
R=26.69%
G=10.67%
B=62.64%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal95382230.570.8300.13258.4974.351.18
Hex5F26DF39530D1024a33
Octal137463377112301540211263
Binary1011111100110110111111110011010011011011000000101001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F26DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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