#5A25C0

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

Shades of Purple Heart #5A25C0

Tints of Purple Heart #5A25C0

Color information

#5A25C0 (or 0x5A25C0) is unknown color: approx Purple Heart. HEX triplet: 5A, 25 and C0. RGB value is (90,37,192). Sum of RGB (Red+Green+Blue) = 90+37+192=319 (42% of max value = 765). Red value is 90 (35.55% from 255 or 28.21% from 319); Green value is 37 (14.84% from 255 or 11.60% from 319); Blue value is 192 (75.39% from 255 or 60.19% from 319); Max value from RGB is 192 - color contains mainly: blue. Hex color #5A25C0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A25C0 is #A5DA3F. Grayscale: #454545. Windows color (decimal): -10869312 or 12592474. OLE color: 12592474.

HSL color Cylindrical-coordinate representation of color #5A25C0: hue angle of 260.52º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5A25C0 is Cyan = 0.53, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9037192-
CMYK0.530.8100.25
HSL260.52º67.69%44.9%-
HSV(B)260.52º80.73%75.29%-
XYZ14.397.350.52-
YUV70.52196.56141.9-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 28.21%
GREEN value IS 37 (14.84% from 255) = 11.60%
BLUE value IS 192 (75.39% from 255) = 60.19%
R=28.21%
G=11.60%
B=60.19%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal90371920.530.8100.25260.5267.6944.9
Hex5A25C03551019105442d
Octal132453006512103140510455
Binary10110101001011100000011010110100010110011000001011000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A25C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,37,192); }

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

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

 a { background-color: rgb(90,37,192); }

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

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

 span { border-color: rgb(90,37,192); }

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