#5130FC

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

Shades of Han Purple #5130FC

Tints of Han Purple #5130FC

Color information

#5130FC (or 0x5130FC) is unknown color: approx Han Purple. HEX triplet: 51, 30 and FC. RGB value is (81,48,252). Sum of RGB (Red+Green+Blue) = 81+48+252=381 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.26% from 381); Green value is 48 (19.14% from 255 or 12.60% from 381); Blue value is 252 (98.83% from 255 or 66.14% from 381); Max value from RGB is 252 - color contains mainly: blue. Hex color #5130FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5130FC is #AECF03. Grayscale: #505050. Windows color (decimal): -11456260 or 16527441. OLE color: 16527441.

HSL color Cylindrical-coordinate representation of color #5130FC: hue angle of 249.71º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5130FC is Cyan = 0.68, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB8148252-
CMYK0.680.8100.01
HSL249.71º97.14%58.82%-
HSV(B)249.71º80.95%98.82%-
XYZ22.0210.8993.04-
YUV81.12224.43127.91-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.26%
GREEN value IS 48 (19.14% from 255) = 12.60%
BLUE value IS 252 (98.83% from 255) = 66.14%
R=21.26%
G=12.60%
B=66.14%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal81482520.680.8100.01249.7197.1458.82
Hex5130FC445101fa613b
Octal121603741041210137214173
Binary1010001110000111111001000100101000101111110101100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5130FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5130FC; }

 p { color: rgb(81,48,252); }

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

<style>
 a { background-color: #5130FC; }

 a { background-color: rgb(81,48,252); }

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

<style>
 span { border-color: #5130FC; }

 span { border-color: rgb(81,48,252); }

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