#5A26C9

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

Shades of Purple Heart #5A26C9

Tints of Purple Heart #5A26C9

Color information

#5A26C9 (or 0x5A26C9) is unknown color: approx Purple Heart. HEX triplet: 5A, 26 and C9. RGB value is (90,38,201). Sum of RGB (Red+Green+Blue) = 90+38+201=329 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.36% from 329); Green value is 38 (15.23% from 255 or 11.55% from 329); Blue value is 201 (78.91% from 255 or 61.09% from 329); Max value from RGB is 201 - color contains mainly: blue. Hex color #5A26C9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A26C9 is #A5D936. Grayscale: #474747. Windows color (decimal): -10869047 or 13182554. OLE color: 13182554.

HSL color Cylindrical-coordinate representation of color #5A26C9: hue angle of 259.14º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5A26C9 is Cyan = 0.55, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB9038201-
CMYK0.550.8100.21
HSL259.14º68.2%46.86%-
HSV(B)259.14º81.09%78.82%-
XYZ15.457.7855.95-
YUV72.13200.73140.75-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 27.36%
GREEN value IS 38 (15.23% from 255) = 11.55%
BLUE value IS 201 (78.91% from 255) = 61.09%
R=27.36%
G=11.55%
B=61.09%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal90382010.550.8100.21259.1468.246.86
Hex5A26C93751015103442f
Octal132463116712102540310457
Binary10110101001101100100111011110100010101011000000111000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A26C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,38,201); }

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

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

 a { background-color: rgb(90,38,201); }

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

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

 span { border-color: rgb(90,38,201); }

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