#5726BC

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

Shades of Purple Heart #5726BC

Tints of Purple Heart #5726BC

Color information

#5726BC (or 0x5726BC) is unknown color: approx Purple Heart. HEX triplet: 57, 26 and BC. RGB value is (87,38,188). Sum of RGB (Red+Green+Blue) = 87+38+188=313 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.80% from 313); Green value is 38 (15.23% from 255 or 12.14% from 313); Blue value is 188 (73.83% from 255 or 60.06% from 313); Max value from RGB is 188 - color contains mainly: blue. Hex color #5726BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5726BC is #A8D943. Grayscale: #454545. Windows color (decimal): -11065668 or 12330583. OLE color: 12330583.

HSL color Cylindrical-coordinate representation of color #5726BC: hue angle of 259.6º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5726BC is Cyan = 0.54, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB8738188-
CMYK0.540.8000.26
HSL259.6º66.37%44.31%-
HSV(B)259.6º79.79%73.73%-
XYZ13.77.0448.21-
YUV69.75194.73140.3-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.80%
GREEN value IS 38 (15.23% from 255) = 12.14%
BLUE value IS 188 (73.83% from 255) = 60.06%
R=27.80%
G=12.14%
B=60.06%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal87381880.540.8000.26259.666.3744.31
Hex5726BC365001A104422c
Octal127462746612003240410254
Binary10101111001101011110011011010100000110101000001001000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5726BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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