Html Css Color HEX #510EEF Han Purple

📋 copy color: '#510EEF'

red 81 ◦ green 14 ◦ blue 239

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

Shades of Han Purple #510EEF

Tints of Han Purple #510EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 71.56%

R = 24.25%
G = 4.19%
B = 71.56%

CMYK

 C value IS 0.66

 M value IS 0.94

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#510EEF (or 0x510EEF) is known color: Han Purple. HEX triplet: 51, 0E and EF. RGB value is (81,14,239). Sum of RGB (Red+Green+Blue) = 81+14+239=334 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.25% from 334); Green value is 14 (5.86% from 255 or 4.19% from 334); Blue value is 239 (93.75% from 255 or 71.56% from 334); Max value from RGB is 239 - color contains mainly: blue. Hex color #510EEF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #510EEF is #AEF110. Grayscale: #3A3A3A. Windows color (decimal): -11464977 or 15666769. OLE color: 15666769.

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

Color convert

RGB 81 14 239 -
CMYK 0.66 0.94 0 0.06
HSL 257.87º 0.89% 0.5% -
HSV(B) 257.87º 0.94% 0.94% -
XYZ 19.13 8.3 82.25 -
YUV 59.68 229.2 143.2 -
System Red Green Blue C M Y K H S L
Decimal 81 14 239 0.66 0.94 0 0.06 257.87 0.89 0.5
Hex 51 E EF 42 5E 0 6 102 59 32
Octal 121 16 357 102 136 0 6 402 131 62
Binary 1010001 1110 11101111 1000010 1011110 0 110 100000010 1011001 110010

Color Harmonies of #510EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510EEF

Black with #510EEF

Text Example


Text Example

White with #510EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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