#5726C2

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

Shades of Purple Heart #5726C2

Tints of Purple Heart #5726C2

Color information

#5726C2 (or 0x5726C2) is unknown color: approx Purple Heart. HEX triplet: 57, 26 and C2. RGB value is (87,38,194). Sum of RGB (Red+Green+Blue) = 87+38+194=319 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.27% from 319); Green value is 38 (15.23% from 255 or 11.91% from 319); Blue value is 194 (76.17% from 255 or 60.82% from 319); Max value from RGB is 194 - color contains mainly: blue. Hex color #5726C2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5726C2 is #A8D93D. Grayscale: #454545. Windows color (decimal): -11065662 or 12723799. OLE color: 12723799.

HSL color Cylindrical-coordinate representation of color #5726C2: hue angle of 258.85º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5726C2 is Cyan = 0.55, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB8738194-
CMYK0.550.8000.24
HSL258.85º67.24%45.49%-
HSV(B)258.85º80.41%76.08%-
XYZ14.367.3151.69-
YUV70.44197.73139.82-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.27%
GREEN value IS 38 (15.23% from 255) = 11.91%
BLUE value IS 194 (76.17% from 255) = 60.82%
R=27.27%
G=11.91%
B=60.82%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal87381940.550.8000.24258.8567.2445.49
Hex5726C23750018103432d
Octal127463026712003040310355
Binary10101111001101100001011011110100000110001000000111000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5726C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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