Html Css Color HEX #510EDD Han Purple

📋 copy color: '#510EDD'

red 81 ◦ green 14 ◦ blue 221

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

Shades of Han Purple #510EDD

Tints of Han Purple #510EDD

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.43%

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

R = 25.63%
G = 4.43%
B = 69.94%

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

#510EDD (or 0x510EDD) is known color: Han Purple. HEX triplet: 51, 0E and DD. RGB value is (81,14,221). Sum of RGB (Red+Green+Blue) = 81+14+221=316 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.63% from 316); Green value is 14 (5.86% from 255 or 4.43% from 316); Blue value is 221 (86.72% from 255 or 69.94% from 316); Max value from RGB is 221 - color contains mainly: blue. Hex color #510EDD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #510EDD is #AEF122. Grayscale: #383838. Windows color (decimal): -11464995 or 14487121. OLE color: 14487121.

HSL color Cylindrical-coordinate representation of color #510EDD: hue angle of 259.42º degrees, saturation: 0.88, 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 #510EDD is Cyan = 0.63, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 81 14 221 -
CMYK 0.63 0.94 0 0.13
HSL 259.42º 0.88% 0.46% -
HSV(B) 259.42º 0.94% 0.87% -
XYZ 16.6 7.28 68.94 -
YUV 57.63 220.2 144.67 -
System Red Green Blue C M Y K H S L
Decimal 81 14 221 0.63 0.94 0 0.13 259.42 0.88 0.46
Hex 51 E DD 3F 5E 0 D 103 58 2E
Octal 121 16 335 77 136 0 15 403 130 56
Binary 1010001 1110 11011101 111111 1011110 0 1101 100000011 1011000 101110

Color Harmonies of #510EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510EDD

Black with #510EDD

Text Example


Text Example

White with #510EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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