Html Css Color HEX #510EDB Han Purple

📋 copy color: '#510EDB'

red 81 ◦ green 14 ◦ blue 219

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

Shades of Han Purple #510EDB

Tints of Han Purple #510EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 69.75%

R = 25.8%
G = 4.46%
B = 69.75%

CMYK

 C value IS 0.63

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#510EDB (or 0x510EDB) is known color: Han Purple. HEX triplet: 51, 0E and DB. RGB value is (81,14,219). Sum of RGB (Red+Green+Blue) = 81+14+219=314 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.80% from 314); Green value is 14 (5.86% from 255 or 4.46% from 314); Blue value is 219 (85.94% from 255 or 69.75% from 314); Max value from RGB is 219 - color contains mainly: blue. Hex color #510EDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #510EDB is #AEF124. Grayscale: #383838. Windows color (decimal): -11464997 or 14356049. OLE color: 14356049.

HSL color Cylindrical-coordinate representation of color #510EDB: hue angle of 259.61º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #510EDB is Cyan = 0.63, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 81 14 219 -
CMYK 0.63 0.94 0 0.14
HSL 259.61º 0.88% 0.46% -
HSV(B) 259.61º 0.94% 0.86% -
XYZ 16.34 7.18 67.54 -
YUV 57.4 219.2 144.83 -
System Red Green Blue C M Y K H S L
Decimal 81 14 219 0.63 0.94 0 0.14 259.61 0.88 0.46
Hex 51 E DB 3F 5E 0 E 104 58 2E
Octal 121 16 333 77 136 0 16 404 130 56
Binary 1010001 1110 11011011 111111 1011110 0 1110 100000100 1011000 101110

Color Harmonies of #510EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510EDB

Black with #510EDB

Text Example


Text Example

White with #510EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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