Html Css Color HEX #511AFA Han Purple

📋 copy color: '#511AFA'

red 81 ◦ green 26 ◦ blue 250

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

Shades of Han Purple #511AFA

Tints of Han Purple #511AFA

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.28%

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

R = 22.69%
G = 7.28%
B = 70.03%

CMYK

 C value IS 0.68

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#511AFA (or 0x511AFA) is known color: Han Purple. HEX triplet: 51, 1A and FA. RGB value is (81,26,250). Sum of RGB (Red+Green+Blue) = 81+26+250=357 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.69% from 357); Green value is 26 (10.55% from 255 or 7.28% from 357); Blue value is 250 (98.05% from 255 or 70.03% from 357); Max value from RGB is 250 - color contains mainly: blue. Hex color #511AFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #511AFA is #AEE505. Grayscale: #434343. Windows color (decimal): -11461894 or 16390737. OLE color: 16390737.

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

Color convert

RGB 81 26 250 -
CMYK 0.68 0.90 0 0.02
HSL 254.73º 0.96% 0.54% -
HSV(B) 254.73º 0.9% 0.98% -
XYZ 21.02 9.39 91.15 -
YUV 67.98 230.72 137.29 -
System Red Green Blue C M Y K H S L
Decimal 81 26 250 0.68 0.90 0 0.02 254.73 0.96 0.54
Hex 51 1A FA 44 5A 0 2 FF 60 36
Octal 121 32 372 104 132 0 2 377 140 66
Binary 1010001 11010 11111010 1000100 1011010 0 10 11111111 1100000 110110

Color Harmonies of #511AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511AFA

Black with #511AFA

Text Example


Text Example

White with #511AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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