#5a26d8

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

Shades of Purple Heart #5A26D8

Tints of Purple Heart #5A26D8

Color information

#5A26D8 (or 0x5A26D8) is unknown color: approx Purple Heart. HEX triplet: 5A, 26 and D8. RGB value is (90,38,216). Sum of RGB (Red+Green+Blue) = 90+38+216=344 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.16% from 344); Green value is 38 (15.23% from 255 or 11.05% from 344); Blue value is 216 (84.77% from 255 or 62.79% from 344); Max value from RGB is 216 - color contains mainly: blue. Hex color #5A26D8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A26D8 is #A5D927. Grayscale: #494949. Windows color (decimal): -10869032 or 14165594. OLE color: 14165594.

HSL color Cylindrical-coordinate representation of color #5A26D8: hue angle of 257.53º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5A26D8 is Cyan = 0.58, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB9038216-
CMYK0.580.8200.15
HSL257.53º70.08%49.8%-
HSV(B)257.53º82.41%84.71%-
XYZ17.38.5265.7-
YUV73.84208.23139.53-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 26.16%
GREEN value IS 38 (15.23% from 255) = 11.05%
BLUE value IS 216 (84.77% from 255) = 62.79%
R=26.16%
G=11.05%
B=62.79%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal90382160.580.8200.15257.5370.0849.8
Hex5A26D83A520F1024632
Octal132463307212201740210662
Binary1011010100110110110001110101010010011111000000101000110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5a26d8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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