Html Css Color HEX #510BDB Han Purple

📋 copy color: '#510BDB'

red 81 ◦ green 11 ◦ blue 219

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

Shades of Han Purple #510BDB

Tints of Han Purple #510BDB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.54%

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

R = 26.05%
G = 3.54%
B = 70.42%

CMYK

 C value IS 0.63

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#510BDB (or 0x510BDB) is known color: Han Purple. HEX triplet: 51, 0B and DB. RGB value is (81,11,219). Sum of RGB (Red+Green+Blue) = 81+11+219=311 (41% of max value = 765). Red value is 81 (32.03% from 255 or 26.05% from 311); Green value is 11 (4.69% from 255 or 3.54% from 311); Blue value is 219 (85.94% from 255 or 70.42% from 311); Max value from RGB is 219 - color contains mainly: blue. Hex color #510BDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #510BDB is #AEF424. Grayscale: #363636. Windows color (decimal): -11465765 or 14355281. OLE color: 14355281.

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

Color convert

RGB 81 11 219 -
CMYK 0.63 0.95 0 0.14
HSL 260.19º 0.9% 0.45% -
HSV(B) 260.19º 0.95% 0.86% -
XYZ 16.3 7.1 67.53 -
YUV 55.64 220.19 146.09 -
System Red Green Blue C M Y K H S L
Decimal 81 11 219 0.63 0.95 0 0.14 260.19 0.9 0.45
Hex 51 B DB 3F 5F 0 E 104 5A 2D
Octal 121 13 333 77 137 0 16 404 132 55
Binary 1010001 1011 11011011 111111 1011111 0 1110 100000100 1011010 101101

Color Harmonies of #510BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510BDB

Black with #510BDB

Text Example


Text Example

White with #510BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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