Html Css Color HEX #510CDB Han Purple

📋 copy color: '#510CDB'

red 81 ◦ green 12 ◦ blue 219

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

Shades of Han Purple #510CDB

Tints of Han Purple #510CDB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.85%

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

R = 25.96%
G = 3.85%
B = 70.19%

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

#510CDB (or 0x510CDB) is known color: Han Purple. HEX triplet: 51, 0C and DB. RGB value is (81,12,219). Sum of RGB (Red+Green+Blue) = 81+12+219=312 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.96% from 312); Green value is 12 (5.08% from 255 or 3.85% from 312); Blue value is 219 (85.94% from 255 or 70.19% from 312); Max value from RGB is 219 - color contains mainly: blue. Hex color #510CDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #510CDB is #AEF324. Grayscale: #373737. Windows color (decimal): -11465509 or 14355537. OLE color: 14355537.

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

Color convert

RGB 81 12 219 -
CMYK 0.63 0.95 0 0.14
HSL 260º 0.9% 0.45% -
HSV(B) 260º 0.95% 0.86% -
XYZ 16.31 7.13 67.53 -
YUV 56.23 219.86 145.67 -
System Red Green Blue C M Y K H S L
Decimal 81 12 219 0.63 0.95 0 0.14 260 0.9 0.45
Hex 51 C DB 3F 5F 0 E 104 5A 2D
Octal 121 14 333 77 137 0 16 404 132 55
Binary 1010001 1100 11011011 111111 1011111 0 1110 100000100 1011010 101101

Color Harmonies of #510CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510CDB

Black with #510CDB

Text Example


Text Example

White with #510CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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