Html Css Color HEX #511DE8 Han Purple

📋 copy color: '#511DE8'

red 81 ◦ green 29 ◦ blue 232

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

Shades of Han Purple #511DE8

Tints of Han Purple #511DE8

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.48%

 BLUE value IS 232 (91.02% from 255) = 67.84%

R = 23.68%
G = 8.48%
B = 67.84%

CMYK

 C value IS 0.65

 M value IS 0.88

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#511DE8 (or 0x511DE8) is known color: Han Purple. HEX triplet: 51, 1D and E8. RGB value is (81,29,232). Sum of RGB (Red+Green+Blue) = 81+29+232=342 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.68% from 342); Green value is 29 (11.72% from 255 or 8.48% from 342); Blue value is 232 (91.02% from 255 or 67.84% from 342); Max value from RGB is 232 - color contains mainly: blue. Hex color #511DE8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #511DE8 is #AEE217. Grayscale: #424242. Windows color (decimal): -11461144 or 15211857. OLE color: 15211857.

HSL color Cylindrical-coordinate representation of color #511DE8: hue angle of 255.37º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #511DE8 is Cyan = 0.65, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 81 29 232 -
CMYK 0.65 0.88 0 0.09
HSL 255.37º 0.82% 0.51% -
HSV(B) 255.37º 0.88% 0.91% -
XYZ 18.4 8.45 77.01 -
YUV 67.69 220.73 137.49 -
System Red Green Blue C M Y K H S L
Decimal 81 29 232 0.65 0.88 0 0.09 255.37 0.82 0.51
Hex 51 1D E8 41 58 0 9 FF 52 33
Octal 121 35 350 101 130 0 11 377 122 63
Binary 1010001 11101 11101000 1000001 1011000 0 1001 11111111 1010010 110011

Color Harmonies of #511DE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511DE8

Black with #511DE8

Text Example


Text Example

White with #511DE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,29,232); }

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

background-color css

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

 a { background-color: rgb(81,29,232); }

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

border-color css

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

 span { border-color: rgb(81,29,232); }

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