Html Css Color HEX #510EFB Han Purple

📋 copy color: '#510EFB'

red 81 ◦ green 14 ◦ blue 251

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

Shades of Han Purple #510EFB

Tints of Han Purple #510EFB

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.05%

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

R = 23.41%
G = 4.05%
B = 72.54%

CMYK

 C value IS 0.68

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#510EFB (or 0x510EFB) is known color: Han Purple. HEX triplet: 51, 0E and FB. RGB value is (81,14,251). Sum of RGB (Red+Green+Blue) = 81+14+251=346 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.41% from 346); Green value is 14 (5.86% from 255 or 4.05% from 346); Blue value is 251 (98.44% from 255 or 72.54% from 346); Max value from RGB is 251 - color contains mainly: blue. Hex color #510EFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #510EFB is #AEF104. Grayscale: #3C3C3C. Windows color (decimal): -11464965 or 16453201. OLE color: 16453201.

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

Color convert

RGB 81 14 251 -
CMYK 0.68 0.94 0 0.02
HSL 256.96º 0.97% 0.52% -
HSV(B) 256.96º 0.94% 0.98% -
XYZ 20.96 9.03 91.9 -
YUV 61.05 235.2 142.23 -
System Red Green Blue C M Y K H S L
Decimal 81 14 251 0.68 0.94 0 0.02 256.96 0.97 0.52
Hex 51 E FB 44 5E 0 2 101 61 34
Octal 121 16 373 104 136 0 2 401 141 64
Binary 1010001 1110 11111011 1000100 1011110 0 10 100000001 1100001 110100

Color Harmonies of #510EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510EFB

Black with #510EFB

Text Example


Text Example

White with #510EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510EFB; }

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

 H1.HeaderClassName
 {
   color: #510EFB;
 }
 .AnyTagClassName
 {
   color: #510EFB;
 }
</style>

background-color css

<style>
 a { background-color: #510EFB; }

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

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

border-color css

<style>
 span { border-color: #510EFB; }

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

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