Html Css Color HEX #511BEE Han Purple

📋 copy color: '#511BEE'

red 81 ◦ green 27 ◦ blue 238

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

Shades of Han Purple #511BEE

Tints of Han Purple #511BEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 68.79%

R = 23.41%
G = 7.8%
B = 68.79%

CMYK

 C value IS 0.66

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#511BEE (or 0x511BEE) is known color: Han Purple. HEX triplet: 51, 1B and EE. RGB value is (81,27,238). Sum of RGB (Red+Green+Blue) = 81+27+238=346 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.41% from 346); Green value is 27 (10.94% from 255 or 7.80% from 346); Blue value is 238 (93.36% from 255 or 68.79% from 346); Max value from RGB is 238 - color contains mainly: blue. Hex color #511BEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #511BEE is #AEE411. Grayscale: #424242. Windows color (decimal): -11461650 or 15604561. OLE color: 15604561.

HSL color Cylindrical-coordinate representation of color #511BEE: hue angle of 255.36º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #511BEE is Cyan = 0.66, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 81 27 238 -
CMYK 0.66 0.89 0 0.07
HSL 255.36º 0.86% 0.52% -
HSV(B) 255.36º 0.89% 0.93% -
XYZ 19.22 8.71 81.56 -
YUV 67.2 224.39 137.84 -
System Red Green Blue C M Y K H S L
Decimal 81 27 238 0.66 0.89 0 0.07 255.36 0.86 0.52
Hex 51 1B EE 42 59 0 7 FF 56 34
Octal 121 33 356 102 131 0 7 377 126 64
Binary 1010001 11011 11101110 1000010 1011001 0 111 11111111 1010110 110100

Color Harmonies of #511BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511BEE

Black with #511BEE

Text Example


Text Example

White with #511BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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