#5F28D0

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

Shades of Purple Heart #5F28D0

Tints of Purple Heart #5F28D0

Color information

#5F28D0 (or 0x5F28D0) is unknown color: approx Purple Heart. HEX triplet: 5F, 28 and D0. RGB value is (95,40,208). Sum of RGB (Red+Green+Blue) = 95+40+208=343 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.70% from 343); Green value is 40 (16.02% from 255 or 11.66% from 343); Blue value is 208 (81.64% from 255 or 60.64% from 343); Max value from RGB is 208 - color contains mainly: blue. Hex color #5F28D0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F28D0 is #A0D72F. Grayscale: #4A4A4A. Windows color (decimal): -10540848 or 13641823. OLE color: 13641823.

HSL color Cylindrical-coordinate representation of color #5F28D0: hue angle of 259.64º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5F28D0 is Cyan = 0.54, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB9540208-
CMYK0.540.8100.18
HSL259.64º67.74%48.63%-
HSV(B)259.64º80.77%81.57%-
XYZ16.868.560.43-
YUV75.6202.72141.84-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 27.70%
GREEN value IS 40 (16.02% from 255) = 11.66%
BLUE value IS 208 (81.64% from 255) = 60.64%
R=27.70%
G=11.66%
B=60.64%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal95402080.540.8100.18259.6467.7448.63
Hex5F28D036510121044431
Octal137503206612102240410461
Binary10111111010001101000011011010100010100101000001001000100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F28D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,40,208); }

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

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

 a { background-color: rgb(95,40,208); }

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

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

 span { border-color: rgb(95,40,208); }

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