#5734BC

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

Shades of Purple Heart #5734BC

Tints of Purple Heart #5734BC

Color information

#5734BC (or 0x5734BC) is unknown color: approx Purple Heart. HEX triplet: 57, 34 and BC. RGB value is (87,52,188). Sum of RGB (Red+Green+Blue) = 87+52+188=327 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.61% from 327); Green value is 52 (20.70% from 255 or 15.90% from 327); Blue value is 188 (73.83% from 255 or 57.49% from 327); Max value from RGB is 188 - color contains mainly: blue. Hex color #5734BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5734BC is #A8CB43. Grayscale: #4D4D4D. Windows color (decimal): -11062084 or 12334167. OLE color: 12334167.

HSL color Cylindrical-coordinate representation of color #5734BC: hue angle of 255.44º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5734BC is Cyan = 0.54, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB8752188-
CMYK0.540.7200.26
HSL255.44º56.67%47.06%-
HSV(B)255.44º72.34%73.73%-
XYZ14.248.1148.39-
YUV77.97190.1134.44-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.61%
GREEN value IS 52 (20.70% from 255) = 15.90%
BLUE value IS 188 (73.83% from 255) = 57.49%
R=26.61%
G=15.90%
B=57.49%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal87521880.540.7200.26255.4456.6747.06
Hex5734BC364801Aff392f
Octal12764274661100323777157
Binary101011111010010111100110110100100001101011111111111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5734BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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