Html Css Color HEX #511DE4 Han Purple

📋 copy color: '#511DE4'

red 81 ◦ green 29 ◦ blue 228

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

Shades of Han Purple #511DE4

Tints of Han Purple #511DE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 67.46%

R = 23.96%
G = 8.58%
B = 67.46%

CMYK

 C value IS 0.64

 M value IS 0.87

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#511DE4 (or 0x511DE4) is known color: Han Purple. HEX triplet: 51, 1D and E4. RGB value is (81,29,228). Sum of RGB (Red+Green+Blue) = 81+29+228=338 (44% of max value = 765). Red value is 81 (32.03% from 255 or 23.96% from 338); Green value is 29 (11.72% from 255 or 8.58% from 338); Blue value is 228 (89.45% from 255 or 67.46% from 338); Max value from RGB is 228 - color contains mainly: blue. Hex color #511DE4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #511DE4 is #AEE21B. Grayscale: #424242. Windows color (decimal): -11461148 or 14949713. OLE color: 14949713.

HSL color Cylindrical-coordinate representation of color #511DE4: hue angle of 255.68º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #511DE4 is Cyan = 0.64, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 81 29 228 -
CMYK 0.64 0.87 0 0.11
HSL 255.68º 0.79% 0.5% -
HSV(B) 255.68º 0.87% 0.89% -
XYZ 17.84 8.23 74.05 -
YUV 67.23 218.73 137.82 -
System Red Green Blue C M Y K H S L
Decimal 81 29 228 0.64 0.87 0 0.11 255.68 0.79 0.5
Hex 51 1D E4 40 57 0 B 100 4F 32
Octal 121 35 344 100 127 0 13 400 117 62
Binary 1010001 11101 11100100 1000000 1010111 0 1011 100000000 1001111 110010

Color Harmonies of #511DE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511DE4

Black with #511DE4

Text Example


Text Example

White with #511DE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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