Html Css Color HEX #510DDB Han Purple

📋 copy color: '#510DDB'

red 81 ◦ green 13 ◦ blue 219

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

Shades of Han Purple #510DDB

Tints of Han Purple #510DDB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.15%

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

R = 25.88%
G = 4.15%
B = 69.97%

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

#510DDB (or 0x510DDB) is known color: Han Purple. HEX triplet: 51, 0D and DB. RGB value is (81,13,219). Sum of RGB (Red+Green+Blue) = 81+13+219=313 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.88% from 313); Green value is 13 (5.47% from 255 or 4.15% from 313); Blue value is 219 (85.94% from 255 or 69.97% from 313); Max value from RGB is 219 - color contains mainly: blue. Hex color #510DDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #510DDB is #AEF224. Grayscale: #383838. Windows color (decimal): -11465253 or 14355793. OLE color: 14355793.

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

Color convert

RGB 81 13 219 -
CMYK 0.63 0.94 0 0.14
HSL 259.81º 0.89% 0.45% -
HSV(B) 259.81º 0.94% 0.86% -
XYZ 16.32 7.15 67.54 -
YUV 56.82 219.53 145.25 -
System Red Green Blue C M Y K H S L
Decimal 81 13 219 0.63 0.94 0 0.14 259.81 0.89 0.45
Hex 51 D DB 3F 5E 0 E 104 59 2D
Octal 121 15 333 77 136 0 16 404 131 55
Binary 1010001 1101 11011011 111111 1011110 0 1110 100000100 1011001 101101

Color Harmonies of #510DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510DDB

Black with #510DDB

Text Example


Text Example

White with #510DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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