Html Css Color HEX #511EFE Han Purple

📋 copy color: '#511EFE'

red 81 ◦ green 30 ◦ blue 254

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

Shades of Han Purple #511EFE

Tints of Han Purple #511EFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 69.59%

R = 22.19%
G = 8.22%
B = 69.59%

CMYK

 C value IS 0.68

 M value IS 0.88

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#511EFE (or 0x511EFE) is known color: Han Purple. HEX triplet: 51, 1E and FE. RGB value is (81,30,254). Sum of RGB (Red+Green+Blue) = 81+30+254=365 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.19% from 365); Green value is 30 (12.11% from 255 or 8.22% from 365); Blue value is 254 (99.61% from 255 or 69.59% from 365); Max value from RGB is 254 - color contains mainly: blue. Hex color #511EFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #511EFE is #AEE101. Grayscale: #454545. Windows color (decimal): -11460866 or 16653905. OLE color: 16653905.

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

Color convert

RGB 81 30 254 -
CMYK 0.68 0.88 0 0.00
HSL 253.66º 0.99% 0.56% -
HSV(B) 253.66º 0.88% 1% -
XYZ 21.75 9.83 94.52 -
YUV 70.79 231.4 135.29 -
System Red Green Blue C M Y K H S L
Decimal 81 30 254 0.68 0.88 0 0.00 253.66 0.99 0.56
Hex 51 1E FE 44 58 0 0 FE 63 38
Octal 121 36 376 104 130 0 0 376 143 70
Binary 1010001 11110 11111110 1000100 1011000 0 0 11111110 1100011 111000

Color Harmonies of #511EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511EFE

Black with #511EFE

Text Example


Text Example

White with #511EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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