#5630AF

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

Shades of Purple Heart #5630AF

Tints of Purple Heart #5630AF

Color information

#5630AF (or 0x5630AF) is unknown color: approx Purple Heart. HEX triplet: 56, 30 and AF. RGB value is (86,48,175). Sum of RGB (Red+Green+Blue) = 86+48+175=309 (40% of max value = 765). Red value is 86 (33.98% from 255 or 27.83% from 309); Green value is 48 (19.14% from 255 or 15.53% from 309); Blue value is 175 (68.75% from 255 or 56.63% from 309); Max value from RGB is 175 - color contains mainly: blue. Hex color #5630AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5630AF is #A9CF50. Grayscale: #494949. Windows color (decimal): -11128657 or 11481174. OLE color: 11481174.

HSL color Cylindrical-coordinate representation of color #5630AF: hue angle of 257.95º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5630AF is Cyan = 0.51, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8648175-
CMYK0.510.7300.31
HSL257.95º56.95%43.73%-
HSV(B)257.95º72.57%68.63%-
XYZ12.637.1941.28-
YUV73.84185.09136.67-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.83%
GREEN value IS 48 (19.14% from 255) = 15.53%
BLUE value IS 175 (68.75% from 255) = 56.63%
R=27.83%
G=15.53%
B=56.63%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal86481750.510.7300.31257.9556.9543.73
Hex5630AF334901F102392c
Octal12660257631110374027154
Binary1010110110000101011111100111001001011111100000010111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5630AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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