#5a0dcf

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

Shades of Purple Heart #5A0DCF

Tints of Purple Heart #5A0DCF

Color information

#5A0DCF (or 0x5A0DCF) is unknown color: approx Purple Heart. HEX triplet: 5A, 0D and CF. RGB value is (90,13,207). Sum of RGB (Red+Green+Blue) = 90+13+207=310 (41% of max value = 765). Red value is 90 (35.55% from 255 or 29.03% from 310); Green value is 13 (5.47% from 255 or 4.19% from 310); Blue value is 207 (81.25% from 255 or 66.77% from 310); Max value from RGB is 207 - color contains mainly: blue. Hex color #5A0DCF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A0DCF is #A5F230. Grayscale: #393939. Windows color (decimal): -10875441 or 13569370. OLE color: 13569370.

HSL color Cylindrical-coordinate representation of color #5A0DCF: hue angle of 263.81º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5A0DCF is Cyan = 0.57, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB9013207-
CMYK0.570.9400.19
HSL263.81º88.18%43.14%-
HSV(B)263.81º93.72%81.18%-
XYZ15.626.9759.55-
YUV58.14212.01150.73-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 29.03%
GREEN value IS 13 (5.47% from 255) = 4.19%
BLUE value IS 207 (81.25% from 255) = 66.77%
R=29.03%
G=4.19%
B=66.77%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal90132070.570.9400.19263.8188.1843.14
Hex5ADCF395E013108582b
Octal132153177113602341013053
Binary101101011011100111111100110111100100111000010001011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5a0dcf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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