Html Css Color HEX #510EDC Han Purple

📋 copy color: '#510EDC'

red 81 ◦ green 14 ◦ blue 220

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

Shades of Han Purple #510EDC

Tints of Han Purple #510EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 69.84%

R = 25.71%
G = 4.44%
B = 69.84%

CMYK

 C value IS 0.63

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#510EDC (or 0x510EDC) is known color: Han Purple. HEX triplet: 51, 0E and DC. RGB value is (81,14,220). Sum of RGB (Red+Green+Blue) = 81+14+220=315 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.71% from 315); Green value is 14 (5.86% from 255 or 4.44% from 315); Blue value is 220 (86.33% from 255 or 69.84% from 315); Max value from RGB is 220 - color contains mainly: blue. Hex color #510EDC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #510EDC is #AEF123. Grayscale: #383838. Windows color (decimal): -11464996 or 14421585. OLE color: 14421585.

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

Color convert

RGB 81 14 220 -
CMYK 0.63 0.94 0 0.14
HSL 259.51º 0.88% 0.46% -
HSV(B) 259.51º 0.94% 0.86% -
XYZ 16.47 7.23 68.24 -
YUV 57.52 219.7 144.75 -
System Red Green Blue C M Y K H S L
Decimal 81 14 220 0.63 0.94 0 0.14 259.51 0.88 0.46
Hex 51 E DC 3F 5E 0 E 104 58 2E
Octal 121 16 334 77 136 0 16 404 130 56
Binary 1010001 1110 11011100 111111 1011110 0 1110 100000100 1011000 101110

Color Harmonies of #510EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510EDC

Black with #510EDC

Text Example


Text Example

White with #510EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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