Html Css Color HEX #510BDC Han Purple

📋 copy color: '#510BDC'

red 81 ◦ green 11 ◦ blue 220

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

Shades of Han Purple #510BDC

Tints of Han Purple #510BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 70.51%

R = 25.96%
G = 3.53%
B = 70.51%

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

#510BDC (or 0x510BDC) is known color: Han Purple. HEX triplet: 51, 0B and DC. RGB value is (81,11,220). Sum of RGB (Red+Green+Blue) = 81+11+220=312 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.96% from 312); Green value is 11 (4.69% from 255 or 3.53% from 312); Blue value is 220 (86.33% from 255 or 70.51% from 312); Max value from RGB is 220 - color contains mainly: blue. Hex color #510BDC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #510BDC is #AEF423. Grayscale: #363636. Windows color (decimal): -11465764 or 14420817. OLE color: 14420817.

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

Color convert

RGB 81 11 220 -
CMYK 0.63 0.95 0 0.14
HSL 260.1º 0.9% 0.45% -
HSV(B) 260.1º 0.95% 0.86% -
XYZ 16.43 7.16 68.23 -
YUV 55.76 220.69 146.01 -
System Red Green Blue C M Y K H S L
Decimal 81 11 220 0.63 0.95 0 0.14 260.1 0.9 0.45
Hex 51 B DC 3F 5F 0 E 104 5A 2D
Octal 121 13 334 77 137 0 16 404 132 55
Binary 1010001 1011 11011100 111111 1011111 0 1110 100000100 1011010 101101

Color Harmonies of #510BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510BDC

Black with #510BDC

Text Example


Text Example

White with #510BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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