#5634BB

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

Shades of Purple Heart #5634BB

Tints of Purple Heart #5634BB

Color information

#5634BB (or 0x5634BB) is unknown color: approx Purple Heart. HEX triplet: 56, 34 and BB. RGB value is (86,52,187). Sum of RGB (Red+Green+Blue) = 86+52+187=325 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.46% from 325); Green value is 52 (20.70% from 255 or 16% from 325); Blue value is 187 (73.44% from 255 or 57.54% from 325); Max value from RGB is 187 - color contains mainly: blue. Hex color #5634BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5634BB is #A9CB44. Grayscale: #4D4D4D. Windows color (decimal): -11127621 or 12268630. OLE color: 12268630.

HSL color Cylindrical-coordinate representation of color #5634BB: hue angle of 255.11º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5634BB is Cyan = 0.54, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8652187-
CMYK0.540.7200.27
HSL255.11º56.49%46.86%-
HSV(B)255.11º72.19%73.33%-
XYZ14.048.0247.82-
YUV77.56189.76134.02-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.46%
GREEN value IS 52 (20.70% from 255) = 16%
BLUE value IS 187 (73.44% from 255) = 57.54%
R=26.46%
G=16%
B=57.54%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal86521870.540.7200.27255.1156.4946.86
Hex5634BB364801Bff382f
Octal12664273661100333777057
Binary101011011010010111011110110100100001101111111111111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5634BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5634BB; }

 p { color: rgb(86,52,187); }

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

<style>
 a { background-color: #5634BB; }

 a { background-color: rgb(86,52,187); }

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

<style>
 span { border-color: #5634BB; }

 span { border-color: rgb(86,52,187); }

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