#5025CA

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

Shades of Purple Heart #5025CA

Tints of Purple Heart #5025CA

Color information

#5025CA (or 0x5025CA) is unknown color: approx Purple Heart. HEX triplet: 50, 25 and CA. RGB value is (80,37,202). Sum of RGB (Red+Green+Blue) = 80+37+202=319 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.08% from 319); Green value is 37 (14.84% from 255 or 11.60% from 319); Blue value is 202 (79.30% from 255 or 63.32% from 319); Max value from RGB is 202 - color contains mainly: blue. Hex color #5025CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5025CA is #AFDA35. Grayscale: #444444. Windows color (decimal): -11524662 or 13247824. OLE color: 13247824.

HSL color Cylindrical-coordinate representation of color #5025CA: hue angle of 255.64º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5025CA is Cyan = 0.60, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB8037202-
CMYK0.600.8200.21
HSL255.64º69.04%46.86%-
HSV(B)255.64º81.68%79.22%-
XYZ14.637.2956.51-
YUV68.67203.25136.08-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.08%
GREEN value IS 37 (14.84% from 255) = 11.60%
BLUE value IS 202 (79.30% from 255) = 63.32%
R=25.08%
G=11.60%
B=63.32%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal80372020.600.8200.21255.6469.0446.86
Hex5025CA3C52015100452f
Octal120453127412202540010557
Binary10100001001011100101011110010100100101011000000001000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5025CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5025CA; }

 p { color: rgb(80,37,202); }

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

<style>
 a { background-color: #5025CA; }

 a { background-color: rgb(80,37,202); }

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

<style>
 span { border-color: #5025CA; }

 span { border-color: rgb(80,37,202); }

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