#5630B6

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

Shades of Purple Heart #5630B6

Tints of Purple Heart #5630B6

Color information

#5630B6 (or 0x5630B6) is unknown color: approx Purple Heart. HEX triplet: 56, 30 and B6. RGB value is (86,48,182). Sum of RGB (Red+Green+Blue) = 86+48+182=316 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.22% from 316); Green value is 48 (19.14% from 255 or 15.19% from 316); Blue value is 182 (71.48% from 255 or 57.59% from 316); Max value from RGB is 182 - color contains mainly: blue. Hex color #5630B6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5630B6 is #A9CF49. Grayscale: #4A4A4A. Windows color (decimal): -11128650 or 11939926. OLE color: 11939926.

HSL color Cylindrical-coordinate representation of color #5630B6: hue angle of 257.01º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5630B6 is Cyan = 0.53, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB8648182-
CMYK0.530.7400.29
HSL257.01º58.26%45.1%-
HSV(B)257.01º73.63%71.37%-
XYZ13.347.4744.99-
YUV74.64188.59136.1-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.22%
GREEN value IS 48 (19.14% from 255) = 15.19%
BLUE value IS 182 (71.48% from 255) = 57.59%
R=27.22%
G=15.19%
B=57.59%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal86481820.530.7400.29257.0158.2645.1
Hex5630B6354A01D1013a2d
Octal12660266651120354017255
Binary1010110110000101101101101011001010011101100000001111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5630B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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