Html Css Color HEX #510DDA Han Purple

📋 copy color: '#510DDA'

red 81 ◦ green 13 ◦ blue 218

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

Shades of Han Purple #510DDA

Tints of Han Purple #510DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 69.87%

R = 25.96%
G = 4.17%
B = 69.87%

CMYK

 C value IS 0.63

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#510DDA (or 0x510DDA) is known color: Han Purple. HEX triplet: 51, 0D and DA. RGB value is (81,13,218). Sum of RGB (Red+Green+Blue) = 81+13+218=312 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.96% from 312); Green value is 13 (5.47% from 255 or 4.17% from 312); Blue value is 218 (85.55% from 255 or 69.87% from 312); Max value from RGB is 218 - color contains mainly: blue. Hex color #510DDA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #510DDA is #AEF225. Grayscale: #373737. Windows color (decimal): -11465254 or 14290257. OLE color: 14290257.

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

Color convert

RGB 81 13 218 -
CMYK 0.63 0.94 0 0.15
HSL 259.9º 0.89% 0.45% -
HSV(B) 259.9º 0.94% 0.85% -
XYZ 16.19 7.1 66.85 -
YUV 56.7 219.03 145.33 -
System Red Green Blue C M Y K H S L
Decimal 81 13 218 0.63 0.94 0 0.15 259.9 0.89 0.45
Hex 51 D DA 3F 5E 0 F 104 59 2D
Octal 121 15 332 77 136 0 17 404 131 55
Binary 1010001 1101 11011010 111111 1011110 0 1111 100000100 1011001 101101

Color Harmonies of #510DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510DDA

Black with #510DDA

Text Example


Text Example

White with #510DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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