#5026C4

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

Shades of Purple Heart #5026C4

Tints of Purple Heart #5026C4

Color information

#5026C4 (or 0x5026C4) is unknown color: approx Purple Heart. HEX triplet: 50, 26 and C4. RGB value is (80,38,196). Sum of RGB (Red+Green+Blue) = 80+38+196=314 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.48% from 314); Green value is 38 (15.23% from 255 or 12.10% from 314); Blue value is 196 (76.95% from 255 or 62.42% from 314); Max value from RGB is 196 - color contains mainly: blue. Hex color #5026C4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5026C4 is #AFD93B. Grayscale: #434343. Windows color (decimal): -11524412 or 12854864. OLE color: 12854864.

HSL color Cylindrical-coordinate representation of color #5026C4: hue angle of 255.95º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5026C4 is Cyan = 0.59, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB8038196-
CMYK0.590.8100.23
HSL255.95º67.52%45.88%-
HSV(B)255.95º80.61%76.86%-
XYZ13.977.0852.85-
YUV68.57199.91136.15-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.48%
GREEN value IS 38 (15.23% from 255) = 12.10%
BLUE value IS 196 (76.95% from 255) = 62.42%
R=25.48%
G=12.10%
B=62.42%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal80381960.590.8100.23255.9567.5245.88
Hex5026C43B51017100442e
Octal120463047312102740010456
Binary10100001001101100010011101110100010101111000000001000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5026C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5026C4; }

 p { color: rgb(80,38,196); }

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

<style>
 a { background-color: #5026C4; }

 a { background-color: rgb(80,38,196); }

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

<style>
 span { border-color: #5026C4; }

 span { border-color: rgb(80,38,196); }

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