Html Css Color HEX #511EFA Han Purple

📋 copy color: '#511EFA'

red 81 ◦ green 30 ◦ blue 250

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

Shades of Han Purple #511EFA

Tints of Han Purple #511EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 69.25%

R = 22.44%
G = 8.31%
B = 69.25%

CMYK

 C value IS 0.68

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#511EFA (or 0x511EFA) is known color: Han Purple. HEX triplet: 51, 1E and FA. RGB value is (81,30,250). Sum of RGB (Red+Green+Blue) = 81+30+250=361 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.44% from 361); Green value is 30 (12.11% from 255 or 8.31% from 361); Blue value is 250 (98.05% from 255 or 69.25% from 361); Max value from RGB is 250 - color contains mainly: blue. Hex color #511EFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #511EFA is #AEE105. Grayscale: #454545. Windows color (decimal): -11460870 or 16391761. OLE color: 16391761.

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

Color convert

RGB 81 30 250 -
CMYK 0.68 0.88 0 0.02
HSL 253.91º 0.96% 0.55% -
HSV(B) 253.91º 0.88% 0.98% -
XYZ 21.11 9.58 91.18 -
YUV 70.33 229.4 135.61 -
System Red Green Blue C M Y K H S L
Decimal 81 30 250 0.68 0.88 0 0.02 253.91 0.96 0.55
Hex 51 1E FA 44 58 0 2 FE 60 37
Octal 121 36 372 104 130 0 2 376 140 67
Binary 1010001 11110 11111010 1000100 1011000 0 10 11111110 1100000 110111

Color Harmonies of #511EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511EFA

Black with #511EFA

Text Example


Text Example

White with #511EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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