Html Css Color HEX #511BEA Han Purple

📋 copy color: '#511BEA'

red 81 ◦ green 27 ◦ blue 234

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

Shades of Han Purple #511BEA

Tints of Han Purple #511BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 68.42%

R = 23.68%
G = 7.89%
B = 68.42%

CMYK

 C value IS 0.65

 M value IS 0.88

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#511BEA (or 0x511BEA) is known color: Han Purple. HEX triplet: 51, 1B and EA. RGB value is (81,27,234). Sum of RGB (Red+Green+Blue) = 81+27+234=342 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.68% from 342); Green value is 27 (10.94% from 255 or 7.89% from 342); Blue value is 234 (91.80% from 255 or 68.42% from 342); Max value from RGB is 234 - color contains mainly: blue. Hex color #511BEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #511BEA is #AEE415. Grayscale: #414141. Windows color (decimal): -11461654 or 15342417. OLE color: 15342417.

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

Color convert

RGB 81 27 234 -
CMYK 0.65 0.88 0 0.08
HSL 255.65º 0.83% 0.51% -
HSV(B) 255.65º 0.88% 0.92% -
XYZ 18.64 8.47 78.5 -
YUV 66.74 222.39 138.17 -
System Red Green Blue C M Y K H S L
Decimal 81 27 234 0.65 0.88 0 0.08 255.65 0.83 0.51
Hex 51 1B EA 41 58 0 8 100 53 33
Octal 121 33 352 101 130 0 10 400 123 63
Binary 1010001 11011 11101010 1000001 1011000 0 1000 100000000 1010011 110011

Color Harmonies of #511BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511BEA

Black with #511BEA

Text Example


Text Example

White with #511BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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