#5630B3

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

Shades of Purple Heart #5630B3

Tints of Purple Heart #5630B3

Color information

#5630B3 (or 0x5630B3) is unknown color: approx Purple Heart. HEX triplet: 56, 30 and B3. RGB value is (86,48,179). Sum of RGB (Red+Green+Blue) = 86+48+179=313 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.48% from 313); Green value is 48 (19.14% from 255 or 15.34% from 313); Blue value is 179 (70.31% from 255 or 57.19% from 313); Max value from RGB is 179 - color contains mainly: blue. Hex color #5630B3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5630B3 is #A9CF4C. Grayscale: #494949. Windows color (decimal): -11128653 or 11743318. OLE color: 11743318.

HSL color Cylindrical-coordinate representation of color #5630B3: hue angle of 257.4º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5630B3 is Cyan = 0.52, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB8648179-
CMYK0.520.7300.30
HSL257.4º57.71%44.51%-
HSV(B)257.4º73.18%70.2%-
XYZ13.037.3543.38-
YUV74.3187.09136.35-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.48%
GREEN value IS 48 (19.14% from 255) = 15.34%
BLUE value IS 179 (70.31% from 255) = 57.19%
R=27.48%
G=15.34%
B=57.19%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal86481790.520.7300.30257.457.7144.51
Hex5630B3344901E1013a2d
Octal12660263641110364017255
Binary1010110110000101100111101001001001011110100000001111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5630B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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