Html Css Color HEX #510EEC Han Purple

📋 copy color: '#510EEC'

red 81 ◦ green 14 ◦ blue 236

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

Shades of Han Purple #510EEC

Tints of Han Purple #510EEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 71.3%

R = 24.47%
G = 4.23%
B = 71.3%

CMYK

 C value IS 0.66

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#510EEC (or 0x510EEC) is known color: Han Purple. HEX triplet: 51, 0E and EC. RGB value is (81,14,236). Sum of RGB (Red+Green+Blue) = 81+14+236=331 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.47% from 331); Green value is 14 (5.86% from 255 or 4.23% from 331); Blue value is 236 (92.58% from 255 or 71.30% from 331); Max value from RGB is 236 - color contains mainly: blue. Hex color #510EEC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #510EEC is #AEF113. Grayscale: #3A3A3A. Windows color (decimal): -11464980 or 15470161. OLE color: 15470161.

HSL color Cylindrical-coordinate representation of color #510EEC: hue angle of 258.11º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #510EEC is Cyan = 0.66, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 81 14 236 -
CMYK 0.66 0.94 0 0.07
HSL 258.11º 0.89% 0.49% -
HSV(B) 258.11º 0.94% 0.93% -
XYZ 18.69 8.12 79.94 -
YUV 59.34 227.7 143.45 -
System Red Green Blue C M Y K H S L
Decimal 81 14 236 0.66 0.94 0 0.07 258.11 0.89 0.49
Hex 51 E EC 42 5E 0 7 102 59 31
Octal 121 16 354 102 136 0 7 402 131 61
Binary 1010001 1110 11101100 1000010 1011110 0 111 100000010 1011001 110001

Color Harmonies of #510EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510EEC

Black with #510EEC

Text Example


Text Example

White with #510EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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