#5A28B7

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

Shades of Purple Heart #5A28B7

Tints of Purple Heart #5A28B7

Color information

#5A28B7 (or 0x5A28B7) is unknown color: approx Purple Heart. HEX triplet: 5A, 28 and B7. RGB value is (90,40,183). Sum of RGB (Red+Green+Blue) = 90+40+183=313 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.75% from 313); Green value is 40 (16.02% from 255 or 12.78% from 313); Blue value is 183 (71.88% from 255 or 58.47% from 313); Max value from RGB is 183 - color contains mainly: blue. Hex color #5A28B7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A28B7 is #A5D748. Grayscale: #464646. Windows color (decimal): -10868553 or 12003418. OLE color: 12003418.

HSL color Cylindrical-coordinate representation of color #5A28B7: hue angle of 260.98º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5A28B7 is Cyan = 0.51, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB9040183-
CMYK0.510.7800.28
HSL260.98º64.13%43.73%-
HSV(B)260.98º78.14%71.76%-
XYZ13.527.1145.46-
YUV71.25191.06141.37-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 28.75%
GREEN value IS 40 (16.02% from 255) = 12.78%
BLUE value IS 183 (71.88% from 255) = 58.47%
R=28.75%
G=12.78%
B=58.47%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal90401830.510.7800.28260.9864.1343.73
Hex5A28B7334E01C105402c
Octal132502676311603440510054
Binary10110101010001011011111001110011100111001000001011000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A28B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,40,183); }

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

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

 a { background-color: rgb(90,40,183); }

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

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

 span { border-color: rgb(90,40,183); }

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