Html Css Color HEX #510BDD Han Purple

📋 copy color: '#510BDD'

red 81 ◦ green 11 ◦ blue 221

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

Shades of Han Purple #510BDD

Tints of Han Purple #510BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 70.61%

R = 25.88%
G = 3.51%
B = 70.61%

CMYK

 C value IS 0.63

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#510BDD (or 0x510BDD) is known color: Han Purple. HEX triplet: 51, 0B and DD. RGB value is (81,11,221). Sum of RGB (Red+Green+Blue) = 81+11+221=313 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.88% from 313); Green value is 11 (4.69% from 255 or 3.51% from 313); Blue value is 221 (86.72% from 255 or 70.61% from 313); Max value from RGB is 221 - color contains mainly: blue. Hex color #510BDD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #510BDD is #AEF422. Grayscale: #373737. Windows color (decimal): -11465763 or 14486353. OLE color: 14486353.

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

Color convert

RGB 81 11 221 -
CMYK 0.63 0.95 0 0.13
HSL 260º 0.91% 0.45% -
HSV(B) 260º 0.95% 0.87% -
XYZ 16.56 7.21 68.93 -
YUV 55.87 221.19 145.92 -
System Red Green Blue C M Y K H S L
Decimal 81 11 221 0.63 0.95 0 0.13 260 0.91 0.45
Hex 51 B DD 3F 5F 0 D 104 5B 2D
Octal 121 13 335 77 137 0 15 404 133 55
Binary 1010001 1011 11011101 111111 1011111 0 1101 100000100 1011011 101101

Color Harmonies of #510BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510BDD

Black with #510BDD

Text Example


Text Example

White with #510BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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