#5F28BD

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

Shades of Purple Heart #5F28BD

Tints of Purple Heart #5F28BD

Color information

#5F28BD (or 0x5F28BD) is unknown color: approx Purple Heart. HEX triplet: 5F, 28 and BD. RGB value is (95,40,189). Sum of RGB (Red+Green+Blue) = 95+40+189=324 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.32% from 324); Green value is 40 (16.02% from 255 or 12.35% from 324); Blue value is 189 (74.22% from 255 or 58.33% from 324); Max value from RGB is 189 - color contains mainly: blue. Hex color #5F28BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F28BD is #A0D742. Grayscale: #484848. Windows color (decimal): -10540867 or 12396639. OLE color: 12396639.

HSL color Cylindrical-coordinate representation of color #5F28BD: hue angle of 262.15º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5F28BD is Cyan = 0.50, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB9540189-
CMYK0.500.7900.26
HSL262.15º65.07%44.9%-
HSV(B)262.15º78.84%74.12%-
XYZ14.667.6248.84-
YUV73.43193.22143.38-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 29.32%
GREEN value IS 40 (16.02% from 255) = 12.35%
BLUE value IS 189 (74.22% from 255) = 58.33%
R=29.32%
G=12.35%
B=58.33%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal95401890.500.7900.26262.1565.0744.9
Hex5F28BD324F01A106412d
Octal137502756211703240610155
Binary10111111010001011110111001010011110110101000001101000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F28BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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