Html Css Color HEX #511FE6 Han Purple

📋 copy color: '#511FE6'

red 81 ◦ green 31 ◦ blue 230

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

Shades of Han Purple #511FE6

Tints of Han Purple #511FE6

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.06%

 BLUE value IS 230 (90.23% from 255) = 67.25%

R = 23.68%
G = 9.06%
B = 67.25%

CMYK

 C value IS 0.65

 M value IS 0.87

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#511FE6 (or 0x511FE6) is known color: Han Purple. HEX triplet: 51, 1F and E6. RGB value is (81,31,230). Sum of RGB (Red+Green+Blue) = 81+31+230=342 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.68% from 342); Green value is 31 (12.5% from 255 or 9.06% from 342); Blue value is 230 (90.23% from 255 or 67.25% from 342); Max value from RGB is 230 - color contains mainly: blue. Hex color #511FE6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #511FE6 is #AEE019. Grayscale: #434343. Windows color (decimal): -11460634 or 15081297. OLE color: 15081297.

HSL color Cylindrical-coordinate representation of color #511FE6: hue angle of 255.08º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #511FE6 is Cyan = 0.65, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 81 31 230 -
CMYK 0.65 0.87 0 0.10
HSL 255.08º 0.8% 0.51% -
HSV(B) 255.08º 0.87% 0.9% -
XYZ 18.17 8.44 75.54 -
YUV 68.64 219.07 136.82 -
System Red Green Blue C M Y K H S L
Decimal 81 31 230 0.65 0.87 0 0.10 255.08 0.8 0.51
Hex 51 1F E6 41 57 0 A FF 50 33
Octal 121 37 346 101 127 0 12 377 120 63
Binary 1010001 11111 11100110 1000001 1010111 0 1010 11111111 1010000 110011

Color Harmonies of #511FE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511FE6

Black with #511FE6

Text Example


Text Example

White with #511FE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,31,230); }

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

background-color css

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

 a { background-color: rgb(81,31,230); }

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

border-color css

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

 span { border-color: rgb(81,31,230); }

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