Html Css Color HEX #511BF6 Han Purple

📋 copy color: '#511BF6'

red 81 ◦ green 27 ◦ blue 246

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

Shades of Han Purple #511BF6

Tints of Han Purple #511BF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 69.49%

R = 22.88%
G = 7.63%
B = 69.49%

CMYK

 C value IS 0.67

 M value IS 0.89

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#511BF6 (or 0x511BF6) is known color: Han Purple. HEX triplet: 51, 1B and F6. RGB value is (81,27,246). Sum of RGB (Red+Green+Blue) = 81+27+246=354 (46% of max value = 765). Red value is 81 (32.03% from 255 or 22.88% from 354); Green value is 27 (10.94% from 255 or 7.63% from 354); Blue value is 246 (96.48% from 255 or 69.49% from 354); Max value from RGB is 246 - color contains mainly: blue. Hex color #511BF6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #511BF6 is #AEE409. Grayscale: #434343. Windows color (decimal): -11461642 or 16128849. OLE color: 16128849.

HSL color Cylindrical-coordinate representation of color #511BF6: hue angle of 254.79º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #511BF6 is Cyan = 0.67, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 81 27 246 -
CMYK 0.67 0.89 0 0.04
HSL 254.79º 0.92% 0.54% -
HSV(B) 254.79º 0.89% 0.96% -
XYZ 20.42 9.19 87.89 -
YUV 68.11 228.39 137.19 -
System Red Green Blue C M Y K H S L
Decimal 81 27 246 0.67 0.89 0 0.04 254.79 0.92 0.54
Hex 51 1B F6 43 59 0 4 FF 5C 36
Octal 121 33 366 103 131 0 4 377 134 66
Binary 1010001 11011 11110110 1000011 1011001 0 100 11111111 1011100 110110

Color Harmonies of #511BF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511BF6

Black with #511BF6

Text Example


Text Example

White with #511BF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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