Html Css Color HEX #5121FA Han Purple

📋 copy color: '#5121FA'

red 81 ◦ green 33 ◦ blue 250

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

Shades of Han Purple #5121FA

Tints of Han Purple #5121FA

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.07%

 BLUE value IS 250 (98.05% from 255) = 68.68%

R = 22.25%
G = 9.07%
B = 68.68%

CMYK

 C value IS 0.68

 M value IS 0.87

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5121FA (or 0x5121FA) is known color: Han Purple. HEX triplet: 51, 21 and FA. RGB value is (81,33,250). Sum of RGB (Red+Green+Blue) = 81+33+250=364 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.25% from 364); Green value is 33 (13.28% from 255 or 9.07% from 364); Blue value is 250 (98.05% from 255 or 68.68% from 364); Max value from RGB is 250 - color contains mainly: blue. Hex color #5121FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5121FA is #AEDE05. Grayscale: #474747. Windows color (decimal): -11460102 or 16392529. OLE color: 16392529.

HSL color Cylindrical-coordinate representation of color #5121FA: hue angle of 253.27º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5121FA is Cyan = 0.68, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 81 33 250 -
CMYK 0.68 0.87 0 0.02
HSL 253.27º 0.96% 0.55% -
HSV(B) 253.27º 0.87% 0.98% -
XYZ 21.19 9.74 91.21 -
YUV 72.09 228.4 134.36 -
System Red Green Blue C M Y K H S L
Decimal 81 33 250 0.68 0.87 0 0.02 253.27 0.96 0.55
Hex 51 21 FA 44 57 0 2 FD 60 37
Octal 121 41 372 104 127 0 2 375 140 67
Binary 1010001 100001 11111010 1000100 1010111 0 10 11111101 1100000 110111

Color Harmonies of #5121FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5121FA

Black with #5121FA

Text Example


Text Example

White with #5121FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5121FA; }

 p { color: rgb(81,33,250); }

 H1.HeaderClassName
 {
   color: #5121FA;
 }
 .AnyTagClassName
 {
   color: #5121FA;
 }
</style>

background-color css

<style>
 a { background-color: #5121FA; }

 a { background-color: rgb(81,33,250); }

 div.DivClassName
 {
   background-color: #5121FA;
 }
 .BgClassName
 {
   background-color: #5121FA;
 }
</style>

border-color css

<style>
 span { border-color: #5121FA; }

 span { border-color: rgb(81,33,250); }

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