Html Css Color HEX #511DE0 Han Purple

📋 copy color: '#511DE0'

red 81 ◦ green 29 ◦ blue 224

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

Shades of Han Purple #511DE0

Tints of Han Purple #511DE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 67.07%

R = 24.25%
G = 8.68%
B = 67.07%

CMYK

 C value IS 0.64

 M value IS 0.87

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#511DE0 (or 0x511DE0) is known color: Han Purple. HEX triplet: 51, 1D and E0. RGB value is (81,29,224). Sum of RGB (Red+Green+Blue) = 81+29+224=334 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.25% from 334); Green value is 29 (11.72% from 255 or 8.68% from 334); Blue value is 224 (87.89% from 255 or 67.07% from 334); Max value from RGB is 224 - color contains mainly: blue. Hex color #511DE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #511DE0 is #AEE21F. Grayscale: #424242. Windows color (decimal): -11461152 or 14687569. OLE color: 14687569.

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

Color convert

RGB 81 29 224 -
CMYK 0.64 0.87 0 0.12
HSL 256º 0.77% 0.5% -
HSV(B) 256º 0.87% 0.88% -
XYZ 17.29 8.01 71.16 -
YUV 66.78 216.73 138.14 -
System Red Green Blue C M Y K H S L
Decimal 81 29 224 0.64 0.87 0 0.12 256 0.77 0.5
Hex 51 1D E0 40 57 0 C 100 4D 32
Octal 121 35 340 100 127 0 14 400 115 62
Binary 1010001 11101 11100000 1000000 1010111 0 1100 100000000 1001101 110010

Color Harmonies of #511DE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511DE0

Black with #511DE0

Text Example


Text Example

White with #511DE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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