Html Css Color HEX #510EEA Han Purple

📋 copy color: '#510EEA'

red 81 ◦ green 14 ◦ blue 234

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

Shades of Han Purple #510EEA

Tints of Han Purple #510EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 71.12%

R = 24.62%
G = 4.26%
B = 71.12%

CMYK

 C value IS 0.65

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#510EEA (or 0x510EEA) is known color: Han Purple. HEX triplet: 51, 0E and EA. RGB value is (81,14,234). Sum of RGB (Red+Green+Blue) = 81+14+234=329 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.62% from 329); Green value is 14 (5.86% from 255 or 4.26% from 329); Blue value is 234 (91.80% from 255 or 71.12% from 329); Max value from RGB is 234 - color contains mainly: blue. Hex color #510EEA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #510EEA is #AEF115. Grayscale: #3A3A3A. Windows color (decimal): -11464982 or 15339089. OLE color: 15339089.

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

Color convert

RGB 81 14 234 -
CMYK 0.65 0.94 0 0.08
HSL 258.27º 0.89% 0.49% -
HSV(B) 258.27º 0.94% 0.92% -
XYZ 18.4 8 78.42 -
YUV 59.11 226.7 143.61 -
System Red Green Blue C M Y K H S L
Decimal 81 14 234 0.65 0.94 0 0.08 258.27 0.89 0.49
Hex 51 E EA 41 5E 0 8 102 59 31
Octal 121 16 352 101 136 0 10 402 131 61
Binary 1010001 1110 11101010 1000001 1011110 0 1000 100000010 1011001 110001

Color Harmonies of #510EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510EEA

Black with #510EEA

Text Example


Text Example

White with #510EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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