Html Css Color HEX #510BD8 Han Purple

📋 copy color: '#510BD8'

red 81 ◦ green 11 ◦ blue 216

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

Shades of Han Purple #510BD8

Tints of Han Purple #510BD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 70.13%

R = 26.3%
G = 3.57%
B = 70.13%

CMYK

 C value IS 0.62

 M value IS 0.95

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#510BD8 (or 0x510BD8) is known color: Han Purple. HEX triplet: 51, 0B and D8. RGB value is (81,11,216). Sum of RGB (Red+Green+Blue) = 81+11+216=308 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.30% from 308); Green value is 11 (4.69% from 255 or 3.57% from 308); Blue value is 216 (84.77% from 255 or 70.13% from 308); Max value from RGB is 216 - color contains mainly: blue. Hex color #510BD8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #510BD8 is #AEF427. Grayscale: #363636. Windows color (decimal): -11465768 or 14158673. OLE color: 14158673.

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

Color convert

RGB 81 11 216 -
CMYK 0.62 0.95 0 0.15
HSL 260.49º 0.9% 0.45% -
HSV(B) 260.49º 0.95% 0.85% -
XYZ 15.91 6.95 65.47 -
YUV 55.3 218.69 146.33 -
System Red Green Blue C M Y K H S L
Decimal 81 11 216 0.62 0.95 0 0.15 260.49 0.9 0.45
Hex 51 B D8 3E 5F 0 F 104 5A 2D
Octal 121 13 330 76 137 0 17 404 132 55
Binary 1010001 1011 11011000 111110 1011111 0 1111 100000100 1011010 101101

Color Harmonies of #510BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510BD8

Black with #510BD8

Text Example


Text Example

White with #510BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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