Html Css Color HEX #510ADB Han Purple

📋 copy color: '#510ADB'

red 81 ◦ green 10 ◦ blue 219

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

Shades of Han Purple #510ADB

Tints of Han Purple #510ADB

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.23%

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

R = 26.13%
G = 3.23%
B = 70.65%

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

#510ADB (or 0x510ADB) is known color: Han Purple. HEX triplet: 51, 0A and DB. RGB value is (81,10,219). Sum of RGB (Red+Green+Blue) = 81+10+219=310 (41% of max value = 765). Red value is 81 (32.03% from 255 or 26.13% from 310); Green value is 10 (4.30% from 255 or 3.23% from 310); Blue value is 219 (85.94% from 255 or 70.65% from 310); Max value from RGB is 219 - color contains mainly: blue. Hex color #510ADB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #510ADB is #AEF524. Grayscale: #363636. Windows color (decimal): -11466021 or 14355025. OLE color: 14355025.

HSL color Cylindrical-coordinate representation of color #510ADB: hue angle of 260.38º degrees, saturation: 0.91, 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 #510ADB is Cyan = 0.63, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 81 10 219 -
CMYK 0.63 0.95 0 0.14
HSL 260.38º 0.91% 0.45% -
HSV(B) 260.38º 0.95% 0.86% -
XYZ 16.29 7.08 67.53 -
YUV 55.06 220.52 146.51 -
System Red Green Blue C M Y K H S L
Decimal 81 10 219 0.63 0.95 0 0.14 260.38 0.91 0.45
Hex 51 A DB 3F 5F 0 E 104 5B 2D
Octal 121 12 333 77 137 0 16 404 133 55
Binary 1010001 1010 11011011 111111 1011111 0 1110 100000100 1011011 101101

Color Harmonies of #510ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510ADB

Black with #510ADB

Text Example


Text Example

White with #510ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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