#5630BF

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

Shades of Purple Heart #5630BF

Tints of Purple Heart #5630BF

Color information

#5630BF (or 0x5630BF) is unknown color: approx Purple Heart. HEX triplet: 56, 30 and BF. RGB value is (86,48,191). Sum of RGB (Red+Green+Blue) = 86+48+191=325 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.46% from 325); Green value is 48 (19.14% from 255 or 14.77% from 325); Blue value is 191 (75% from 255 or 58.77% from 325); Max value from RGB is 191 - color contains mainly: blue. Hex color #5630BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5630BF is #A9CF40. Grayscale: #4B4B4B. Windows color (decimal): -11128641 or 12529750. OLE color: 12529750.

HSL color Cylindrical-coordinate representation of color #5630BF: hue angle of 255.94º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5630BF is Cyan = 0.55, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8648191-
CMYK0.550.7500.25
HSL255.94º59.83%46.86%-
HSV(B)255.94º74.87%74.9%-
XYZ14.37.8550.05-
YUV75.66193.09135.37-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.46%
GREEN value IS 48 (19.14% from 255) = 14.77%
BLUE value IS 191 (75% from 255) = 58.77%
R=26.46%
G=14.77%
B=58.77%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal86481910.550.7500.25255.9459.8346.86
Hex5630BF374B0191003c2f
Octal12660277671130314007457
Binary1010110110000101111111101111001011011001100000000111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5630BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5630BF; }

 p { color: rgb(86,48,191); }

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

<style>
 a { background-color: #5630BF; }

 a { background-color: rgb(86,48,191); }

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

<style>
 span { border-color: #5630BF; }

 span { border-color: rgb(86,48,191); }

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