#5A2FC5

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

Shades of Purple Heart #5A2FC5

Tints of Purple Heart #5A2FC5

Color information

#5A2FC5 (or 0x5A2FC5) is unknown color: approx Purple Heart. HEX triplet: 5A, 2F and C5. RGB value is (90,47,197). Sum of RGB (Red+Green+Blue) = 90+47+197=334 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.95% from 334); Green value is 47 (18.75% from 255 or 14.07% from 334); Blue value is 197 (77.34% from 255 or 58.98% from 334); Max value from RGB is 197 - color contains mainly: blue. Hex color #5A2FC5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A2FC5 is #A5D03A. Grayscale: #4C4C4C. Windows color (decimal): -10866747 or 12922714. OLE color: 12922714.

HSL color Cylindrical-coordinate representation of color #5A2FC5: hue angle of 257.2º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5A2FC5 is Cyan = 0.54, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB9047197-
CMYK0.540.7600.23
HSL257.2º61.48%47.84%-
HSV(B)257.2º76.14%77.25%-
XYZ15.318.2453.61-
YUV76.96195.75137.3-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 26.95%
GREEN value IS 47 (18.75% from 255) = 14.07%
BLUE value IS 197 (77.34% from 255) = 58.98%
R=26.95%
G=14.07%
B=58.98%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal90471970.540.7600.23257.261.4847.84
Hex5A2FC5364C0171013d30
Octal13257305661140274017560
Binary1011010101111110001011101101001100010111100000001111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A2FC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,47,197); }

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

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

 a { background-color: rgb(90,47,197); }

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

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

 span { border-color: rgb(90,47,197); }

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