#5A0DCA

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

Shades of Purple Heart #5A0DCA

Tints of Purple Heart #5A0DCA

Color information

#5A0DCA (or 0x5A0DCA) is unknown color: approx Purple Heart. HEX triplet: 5A, 0D and CA. RGB value is (90,13,202). Sum of RGB (Red+Green+Blue) = 90+13+202=305 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.51% from 305); Green value is 13 (5.47% from 255 or 4.26% from 305); Blue value is 202 (79.30% from 255 or 66.23% from 305); Max value from RGB is 202 - color contains mainly: blue. Hex color #5A0DCA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A0DCA is #A5F235. Grayscale: #383838. Windows color (decimal): -10875446 or 13241690. OLE color: 13241690.

HSL color Cylindrical-coordinate representation of color #5A0DCA: hue angle of 264.44º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5A0DCA is Cyan = 0.55, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB9013202-
CMYK0.550.9400.21
HSL264.44º87.91%42.16%-
HSV(B)264.44º93.56%79.22%-
XYZ15.026.7356.38-
YUV57.57209.51151.13-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 29.51%
GREEN value IS 13 (5.47% from 255) = 4.26%
BLUE value IS 202 (79.30% from 255) = 66.23%
R=29.51%
G=4.26%
B=66.23%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal90132020.550.9400.21264.4487.9142.16
Hex5ADCA375E015108582a
Octal132153126713602541013052
Binary101101011011100101011011110111100101011000010001011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A0DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,13,202); }

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

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

 a { background-color: rgb(90,13,202); }

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

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

 span { border-color: rgb(90,13,202); }

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