#5726A7

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

Shades of Purple Heart #5726A7

Tints of Purple Heart #5726A7

Color information

#5726A7 (or 0x5726A7) is unknown color: approx Purple Heart. HEX triplet: 57, 26 and A7. RGB value is (87,38,167). Sum of RGB (Red+Green+Blue) = 87+38+167=292 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.79% from 292); Green value is 38 (15.23% from 255 or 13.01% from 292); Blue value is 167 (65.62% from 255 or 57.19% from 292); Max value from RGB is 167 - color contains mainly: blue. Hex color #5726A7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5726A7 is #A8D958. Grayscale: #424242. Windows color (decimal): -11065689 or 10954327. OLE color: 10954327.

HSL color Cylindrical-coordinate representation of color #5726A7: hue angle of 262.79º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5726A7 is Cyan = 0.48, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB8738167-
CMYK0.480.7700.35
HSL262.79º62.93%40.2%-
HSV(B)262.79º77.25%65.49%-
XYZ11.66.237.15-
YUV67.36184.23142.01-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29.79%
GREEN value IS 38 (15.23% from 255) = 13.01%
BLUE value IS 167 (65.62% from 255) = 57.19%
R=29.79%
G=13.01%
B=57.19%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal87381670.480.7700.35262.7962.9340.2
Hex5726A7304D0231073f28
Octal12746247601150434077750
Binary10101111001101010011111000010011010100011100000111111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5726A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5726A7; }

 p { color: rgb(87,38,167); }

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

<style>
 a { background-color: #5726A7; }

 a { background-color: rgb(87,38,167); }

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

<style>
 span { border-color: #5726A7; }

 span { border-color: rgb(87,38,167); }

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