Html Css Color HEX #5130FC Han Purple

📋 copy color: '#5130FC'

red 81 ◦ green 48 ◦ blue 252

#5130FC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Han Purple #5130FC

Tints of Han Purple #5130FC

RGB

 RED value IS 81 (32.03% from 255) = 21.26%

 GREEN value IS 48 (19.14% from 255) = 12.6%

 BLUE value IS 252 (98.83% from 255) = 66.14%

R = 21.26%
G = 12.6%
B = 66.14%

CMYK

 C value IS 0.68

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5130FC (or 0x5130FC) is known color: 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

RGB 81 48 252 -
CMYK 0.68 0.81 0 0.01
HSL 249.71º 0.97% 0.59% -
HSV(B) 249.71º 0.81% 0.99% -
XYZ 22.02 10.89 93.04 -
YUV 81.12 224.43 127.91 -
System Red Green Blue C M Y K H S L
Decimal 81 48 252 0.68 0.81 0 0.01 249.71 0.97 0.59
Hex 51 30 FC 44 51 0 1 FA 61 3B
Octal 121 60 374 104 121 0 1 372 141 73
Binary 1010001 110000 11111100 1000100 1010001 0 1 11111010 1100001 111011

Color Harmonies of #5130FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5130FC

Black with #5130FC

Text Example


Text Example

White with #5130FC

Text Example


Text Example

HTML Codes & Css Web 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>