#5A1DAD

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

Shades of Purple Heart #5A1DAD

Tints of Purple Heart #5A1DAD

Color information

#5A1DAD (or 0x5A1DAD) is unknown color: approx Purple Heart. HEX triplet: 5A, 1D and AD. RGB value is (90,29,173). Sum of RGB (Red+Green+Blue) = 90+29+173=292 (38% of max value = 765). Red value is 90 (35.55% from 255 or 30.82% from 292); Green value is 29 (11.72% from 255 or 9.93% from 292); Blue value is 173 (67.97% from 255 or 59.25% from 292); Max value from RGB is 173 - color contains mainly: blue. Hex color #5A1DAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A1DAD is #A5E252. Grayscale: #3F3F3F. Windows color (decimal): -10871379 or 11345242. OLE color: 11345242.

HSL color Cylindrical-coordinate representation of color #5A1DAD: hue angle of 265.42º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5A1DAD is Cyan = 0.48, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9029173-
CMYK0.480.8300.32
HSL265.42º71.29%39.61%-
HSV(B)265.42º83.24%67.84%-
XYZ12.26.0740.06-
YUV63.66189.71146.79-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 30.82%
GREEN value IS 29 (11.72% from 255) = 9.93%
BLUE value IS 173 (67.97% from 255) = 59.25%
R=30.82%
G=9.93%
B=59.25%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal90291730.480.8300.32265.4271.2939.61
Hex5A1DAD30530201094728
Octal132352556012304041110750
Binary10110101110110101101110000101001101000001000010011000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A1DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,29,173); }

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

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

 a { background-color: rgb(90,29,173); }

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

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

 span { border-color: rgb(90,29,173); }

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