Html Css Color HEX #510DDD Han Purple

📋 copy color: '#510DDD'

red 81 ◦ green 13 ◦ blue 221

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

Shades of Han Purple #510DDD

Tints of Han Purple #510DDD

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.13%

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

R = 25.71%
G = 4.13%
B = 70.16%

CMYK

 C value IS 0.63

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#510DDD (or 0x510DDD) is known color: Han Purple. HEX triplet: 51, 0D and DD. RGB value is (81,13,221). Sum of RGB (Red+Green+Blue) = 81+13+221=315 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.71% from 315); Green value is 13 (5.47% from 255 or 4.13% from 315); Blue value is 221 (86.72% from 255 or 70.16% from 315); Max value from RGB is 221 - color contains mainly: blue. Hex color #510DDD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #510DDD is #AEF222. Grayscale: #383838. Windows color (decimal): -11465251 or 14486865. OLE color: 14486865.

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

Color convert

RGB 81 13 221 -
CMYK 0.63 0.94 0 0.13
HSL 259.62º 0.89% 0.46% -
HSV(B) 259.62º 0.94% 0.87% -
XYZ 16.59 7.26 68.93 -
YUV 57.04 220.53 145.09 -
System Red Green Blue C M Y K H S L
Decimal 81 13 221 0.63 0.94 0 0.13 259.62 0.89 0.46
Hex 51 D DD 3F 5E 0 D 104 59 2E
Octal 121 15 335 77 136 0 15 404 131 56
Binary 1010001 1101 11011101 111111 1011110 0 1101 100000100 1011001 101110

Color Harmonies of #510DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510DDD

Black with #510DDD

Text Example


Text Example

White with #510DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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