Html Css Color HEX #511BE0 Han Purple

📋 copy color: '#511BE0'

red 81 ◦ green 27 ◦ blue 224

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

Shades of Han Purple #511BE0

Tints of Han Purple #511BE0

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.13%

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

R = 24.4%
G = 8.13%
B = 67.47%

CMYK

 C value IS 0.64

 M value IS 0.88

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#511BE0 (or 0x511BE0) is known color: Han Purple. HEX triplet: 51, 1B and E0. RGB value is (81,27,224). Sum of RGB (Red+Green+Blue) = 81+27+224=332 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.40% from 332); Green value is 27 (10.94% from 255 or 8.13% from 332); Blue value is 224 (87.89% from 255 or 67.47% from 332); Max value from RGB is 224 - color contains mainly: blue. Hex color #511BE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #511BE0 is #AEE41F. Grayscale: #404040. Windows color (decimal): -11461664 or 14687057. OLE color: 14687057.

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

Color convert

RGB 81 27 224 -
CMYK 0.64 0.88 0 0.12
HSL 256.45º 0.78% 0.49% -
HSV(B) 256.45º 0.88% 0.88% -
XYZ 17.24 7.92 71.14 -
YUV 65.6 217.39 138.98 -
System Red Green Blue C M Y K H S L
Decimal 81 27 224 0.64 0.88 0 0.12 256.45 0.78 0.49
Hex 51 1B E0 40 58 0 C 100 4E 31
Octal 121 33 340 100 130 0 14 400 116 61
Binary 1010001 11011 11100000 1000000 1011000 0 1100 100000000 1001110 110001

Color Harmonies of #511BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511BE0

Black with #511BE0

Text Example


Text Example

White with #511BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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