Html Css Color HEX #511DE6 Han Purple

📋 copy color: '#511DE6'

red 81 ◦ green 29 ◦ blue 230

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

Shades of Han Purple #511DE6

Tints of Han Purple #511DE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 67.65%

R = 23.82%
G = 8.53%
B = 67.65%

CMYK

 C value IS 0.65

 M value IS 0.87

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#511DE6 (or 0x511DE6) is known color: Han Purple. HEX triplet: 51, 1D and E6. RGB value is (81,29,230). Sum of RGB (Red+Green+Blue) = 81+29+230=340 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.82% from 340); Green value is 29 (11.72% from 255 or 8.53% from 340); Blue value is 230 (90.23% from 255 or 67.65% from 340); Max value from RGB is 230 - color contains mainly: blue. Hex color #511DE6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #511DE6 is #AEE219. Grayscale: #424242. Windows color (decimal): -11461146 or 15080785. OLE color: 15080785.

HSL color Cylindrical-coordinate representation of color #511DE6: hue angle of 255.52º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #511DE6 is Cyan = 0.65, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 81 29 230 -
CMYK 0.65 0.87 0 0.10
HSL 255.52º 0.8% 0.51% -
HSV(B) 255.52º 0.87% 0.9% -
XYZ 18.12 8.34 75.52 -
YUV 67.46 219.73 137.66 -
System Red Green Blue C M Y K H S L
Decimal 81 29 230 0.65 0.87 0 0.10 255.52 0.8 0.51
Hex 51 1D E6 41 57 0 A 100 50 33
Octal 121 35 346 101 127 0 12 400 120 63
Binary 1010001 11101 11100110 1000001 1010111 0 1010 100000000 1010000 110011

Color Harmonies of #511DE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511DE6

Black with #511DE6

Text Example


Text Example

White with #511DE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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