Html Css Color HEX #5117FB Han Purple

📋 copy color: '#5117FB'

red 81 ◦ green 23 ◦ blue 251

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

Shades of Han Purple #5117FB

Tints of Han Purple #5117FB

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.48%

 BLUE value IS 251 (98.44% from 255) = 70.7%

R = 22.82%
G = 6.48%
B = 70.7%

CMYK

 C value IS 0.68

 M value IS 0.91

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5117FB (or 0x5117FB) is known color: Han Purple. HEX triplet: 51, 17 and FB. RGB value is (81,23,251). Sum of RGB (Red+Green+Blue) = 81+23+251=355 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.82% from 355); Green value is 23 (9.38% from 255 or 6.48% from 355); Blue value is 251 (98.44% from 255 or 70.70% from 355); Max value from RGB is 251 - color contains mainly: blue. Hex color #5117FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5117FB is #AEE804. Grayscale: #414141. Windows color (decimal): -11462661 or 16455505. OLE color: 16455505.

HSL color Cylindrical-coordinate representation of color #5117FB: hue angle of 255.26º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5117FB is Cyan = 0.68, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 81 23 251 -
CMYK 0.68 0.91 0 0.02
HSL 255.26º 0.97% 0.54% -
HSV(B) 255.26º 0.91% 0.98% -
XYZ 21.11 9.33 91.95 -
YUV 66.33 232.22 138.46 -
System Red Green Blue C M Y K H S L
Decimal 81 23 251 0.68 0.91 0 0.02 255.26 0.97 0.54
Hex 51 17 FB 44 5B 0 2 FF 61 36
Octal 121 27 373 104 133 0 2 377 141 66
Binary 1010001 10111 11111011 1000100 1011011 0 10 11111111 1100001 110110

Color Harmonies of #5117FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5117FB

Black with #5117FB

Text Example


Text Example

White with #5117FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5117FB; }

 p { color: rgb(81,23,251); }

 H1.HeaderClassName
 {
   color: #5117FB;
 }
 .AnyTagClassName
 {
   color: #5117FB;
 }
</style>

background-color css

<style>
 a { background-color: #5117FB; }

 a { background-color: rgb(81,23,251); }

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

border-color css

<style>
 span { border-color: #5117FB; }

 span { border-color: rgb(81,23,251); }

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