Html Css Color HEX #5101F1 Han Purple

📋 copy color: '#5101F1'

red 81 ◦ green 1 ◦ blue 241

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

Shades of Han Purple #5101F1

Tints of Han Purple #5101F1

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.31%

 BLUE value IS 241 (94.53% from 255) = 74.61%

R = 25.08%
G = 0.31%
B = 74.61%

CMYK

 C value IS 0.66

 M value IS 1.00

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#5101F1 (or 0x5101F1) is known color: Han Purple. HEX triplet: 51, 01 and F1. RGB value is (81,1,241). Sum of RGB (Red+Green+Blue) = 81+1+241=323 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.08% from 323); Green value is 1 (0.78% from 255 or 0.31% from 323); Blue value is 241 (94.53% from 255 or 74.61% from 323); Max value from RGB is 241 - color contains mainly: blue. Hex color #5101F1 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5101F1 is #AEFE0E. Grayscale: #333333. Windows color (decimal): -11468303 or 15794513. OLE color: 15794513.

HSL color Cylindrical-coordinate representation of color #5101F1: hue angle of 260º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5101F1 is Cyan = 0.66, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 81 1 241 -
CMYK 0.66 1.00 0 0.05
HSL 260º 0.99% 0.47% -
HSV(B) 260º 1% 0.95% -
XYZ 19.28 8.12 83.77 -
YUV 52.28 234.5 148.49 -
System Red Green Blue C M Y K H S L
Decimal 81 1 241 0.66 1.00 0 0.05 260 0.99 0.47
Hex 51 1 F1 42 64 0 5 104 63 2F
Octal 121 1 361 102 144 0 5 404 143 57
Binary 1010001 1 11110001 1000010 1100100 0 101 100000100 1100011 101111

Color Harmonies of #5101F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5101F1

Black with #5101F1

Text Example


Text Example

White with #5101F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5101F1; }

 p { color: rgb(81,1,241); }

 H1.HeaderClassName
 {
   color: #5101F1;
 }
 .AnyTagClassName
 {
   color: #5101F1;
 }
</style>

background-color css

<style>
 a { background-color: #5101F1; }

 a { background-color: rgb(81,1,241); }

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

border-color css

<style>
 span { border-color: #5101F1; }

 span { border-color: rgb(81,1,241); }

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