Html Css Color HEX #511EFF Han Purple

📋 copy color: '#511EFF'

red 81 ◦ green 30 ◦ blue 255

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

Shades of Han Purple #511EFF

Tints of Han Purple #511EFF

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.2%

 BLUE value IS 255 (100% from 255) = 69.67%

R = 22.13%
G = 8.2%
B = 69.67%

CMYK

 C value IS 0.68

 M value IS 0.88

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#511EFF (or 0x511EFF) is known color: Han Purple. HEX triplet: 51, 1E and FF. RGB value is (81,30,255). Sum of RGB (Red+Green+Blue) = 81+30+255=366 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.13% from 366); Green value is 30 (12.11% from 255 or 8.20% from 366); Blue value is 255 (100% from 255 or 69.67% from 366); Max value from RGB is 255 - color contains mainly: blue. Hex color #511EFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #511EFF is #AEE100. Grayscale: #464646. Windows color (decimal): -11460865 or 16719441. OLE color: 16719441.

HSL color Cylindrical-coordinate representation of color #511EFF: hue angle of 253.6º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #511EFF is Cyan = 0.68, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 81 30 255 -
CMYK 0.68 0.88 0 0
HSL 253.6º 1% 0.56% -
HSV(B) 253.6º 0.88% 1% -
XYZ 21.91 9.9 95.36 -
YUV 70.9 231.9 135.2 -
System Red Green Blue C M Y K H S L
Decimal 81 30 255 0.68 0.88 0 0 253.6 1 0.56
Hex 51 1E FF 44 58 0 0 FE 64 38
Octal 121 36 377 104 130 0 0 376 144 70
Binary 1010001 11110 11111111 1000100 1011000 0 0 11111110 1100100 111000

Color Harmonies of #511EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511EFF

Black with #511EFF

Text Example


Text Example

White with #511EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,30,255); }

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

background-color css

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

 a { background-color: rgb(81,30,255); }

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

border-color css

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

 span { border-color: rgb(81,30,255); }

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