#5630F3

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

Shades of Han Purple #5630F3

Tints of Han Purple #5630F3

Color information

#5630F3 (or 0x5630F3) is unknown color: approx Han Purple. HEX triplet: 56, 30 and F3. RGB value is (86,48,243). Sum of RGB (Red+Green+Blue) = 86+48+243=377 (49% of max value = 765). Red value is 86 (33.98% from 255 or 22.81% from 377); Green value is 48 (19.14% from 255 or 12.73% from 377); Blue value is 243 (95.31% from 255 or 64.46% from 377); Max value from RGB is 243 - color contains mainly: blue. Hex color #5630F3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5630F3 is #A9CF0C. Grayscale: #505050. Windows color (decimal): -11128589 or 15937622. OLE color: 15937622.

HSL color Cylindrical-coordinate representation of color #5630F3: hue angle of 251.69º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5630F3 is Cyan = 0.65, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB8648243-
CMYK0.650.8000.05
HSL251.69º89.04%57.06%-
HSV(B)251.69º80.25%95.29%-
XYZ21.0710.5685.72-
YUV81.59219.09131.14-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.81%
GREEN value IS 48 (19.14% from 255) = 12.73%
BLUE value IS 243 (95.31% from 255) = 64.46%
R=22.81%
G=12.73%
B=64.46%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal86482430.650.8000.05251.6989.0457.06
Hex5630F3415005fc5939
Octal126603631011200537413171
Binary101011011000011110011100000110100000101111111001011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5630F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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