#5a3cd3

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

Shades of Purple Heart #5A3CD3

Tints of Purple Heart #5A3CD3

Color information

#5A3CD3 (or 0x5A3CD3) is unknown color: approx Purple Heart. HEX triplet: 5A, 3C and D3. RGB value is (90,60,211). Sum of RGB (Red+Green+Blue) = 90+60+211=361 (47% of max value = 765). Red value is 90 (35.55% from 255 or 24.93% from 361); Green value is 60 (23.83% from 255 or 16.62% from 361); Blue value is 211 (82.81% from 255 or 58.45% from 361); Max value from RGB is 211 - color contains mainly: blue. Hex color #5A3CD3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A3CD3 is #A5C32C. Grayscale: #555555. Windows color (decimal): -10863405 or 13843546. OLE color: 13843546.

HSL color Cylindrical-coordinate representation of color #5A3CD3: hue angle of 251.92º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5A3CD3 is Cyan = 0.57, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB9060211-
CMYK0.570.7200.17
HSL251.92º63.18%53.14%-
HSV(B)251.92º71.56%82.75%-
XYZ17.5910.1162.65-
YUV86.18198.44130.72-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.93%
GREEN value IS 60 (23.83% from 255) = 16.62%
BLUE value IS 211 (82.81% from 255) = 58.45%
R=24.93%
G=16.62%
B=58.45%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal90602110.570.7200.17251.9263.1853.14
Hex5A3CD33948011fc3f35
Octal13274323711100213747765
Binary101101011110011010011111001100100001000111111100111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5a3cd3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,60,211); }

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

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

 a { background-color: rgb(90,60,211); }

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

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

 span { border-color: rgb(90,60,211); }

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