#5632BC

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

Shades of Purple Heart #5632BC

Tints of Purple Heart #5632BC

Color information

#5632BC (or 0x5632BC) is unknown color: approx Purple Heart. HEX triplet: 56, 32 and BC. RGB value is (86,50,188). Sum of RGB (Red+Green+Blue) = 86+50+188=324 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.54% from 324); Green value is 50 (19.92% from 255 or 15.43% from 324); Blue value is 188 (73.83% from 255 or 58.02% from 324); Max value from RGB is 188 - color contains mainly: blue. Hex color #5632BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5632BC is #A9CD43. Grayscale: #4B4B4B. Windows color (decimal): -11128132 or 12333654. OLE color: 12333654.

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

Color convert

RGB8650188-
CMYK0.540.7300.26
HSL255.65º57.98%46.67%-
HSV(B)255.65º73.4%73.73%-
XYZ14.067.8948.36-
YUV76.5190.93134.78-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.54%
GREEN value IS 50 (19.92% from 255) = 15.43%
BLUE value IS 188 (73.83% from 255) = 58.02%
R=26.54%
G=15.43%
B=58.02%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal86501880.540.7300.26255.6557.9846.67
Hex5632BC364901A1003a2f
Octal12662274661110324007257
Binary1010110110010101111001101101001001011010100000000111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5632BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,50,188); }

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

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

 a { background-color: rgb(86,50,188); }

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

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

 span { border-color: rgb(86,50,188); }

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