Html Css Color HEX #511AEF Han Purple

📋 copy color: '#511AEF'

red 81 ◦ green 26 ◦ blue 239

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

Shades of Han Purple #511AEF

Tints of Han Purple #511AEF

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.51%

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

R = 23.41%
G = 7.51%
B = 69.08%

CMYK

 C value IS 0.66

 M value IS 0.89

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#511AEF (or 0x511AEF) is known color: Han Purple. HEX triplet: 51, 1A and EF. RGB value is (81,26,239). Sum of RGB (Red+Green+Blue) = 81+26+239=346 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.41% from 346); Green value is 26 (10.55% from 255 or 7.51% from 346); Blue value is 239 (93.75% from 255 or 69.08% from 346); Max value from RGB is 239 - color contains mainly: blue. Hex color #511AEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #511AEF is #AEE510. Grayscale: #414141. Windows color (decimal): -11461905 or 15669841. OLE color: 15669841.

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

Color convert

RGB 81 26 239 -
CMYK 0.66 0.89 0 0.06
HSL 255.49º 0.87% 0.52% -
HSV(B) 255.49º 0.89% 0.94% -
XYZ 19.34 8.72 82.33 -
YUV 66.73 225.22 138.18 -
System Red Green Blue C M Y K H S L
Decimal 81 26 239 0.66 0.89 0 0.06 255.49 0.87 0.52
Hex 51 1A EF 42 59 0 6 FF 57 34
Octal 121 32 357 102 131 0 6 377 127 64
Binary 1010001 11010 11101111 1000010 1011001 0 110 11111111 1010111 110100

Color Harmonies of #511AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511AEF

Black with #511AEF

Text Example


Text Example

White with #511AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511AEF; }

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

 H1.HeaderClassName
 {
   color: #511AEF;
 }
 .AnyTagClassName
 {
   color: #511AEF;
 }
</style>

background-color css

<style>
 a { background-color: #511AEF; }

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

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

border-color css

<style>
 span { border-color: #511AEF; }

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

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