Html Css Color HEX #511FFB Han Purple

📋 copy color: '#511FFB'

red 81 ◦ green 31 ◦ blue 251

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

Shades of Han Purple #511FFB

Tints of Han Purple #511FFB

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.54%

 BLUE value IS 251 (98.44% from 255) = 69.15%

R = 22.31%
G = 8.54%
B = 69.15%

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

#511FFB (or 0x511FFB) is known color: Han Purple. HEX triplet: 51, 1F and FB. RGB value is (81,31,251). Sum of RGB (Red+Green+Blue) = 81+31+251=363 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.31% from 363); Green value is 31 (12.5% from 255 or 8.54% from 363); Blue value is 251 (98.44% from 255 or 69.15% from 363); Max value from RGB is 251 - color contains mainly: blue. Hex color #511FFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #511FFB is #AEE004. Grayscale: #464646. Windows color (decimal): -11460613 or 16457553. OLE color: 16457553.

HSL color Cylindrical-coordinate representation of color #511FFB: hue angle of 253.64º 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 #511FFB is Cyan = 0.68, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 81 31 251 -
CMYK 0.68 0.88 0 0.02
HSL 253.64º 0.96% 0.55% -
HSV(B) 253.64º 0.88% 0.98% -
XYZ 21.3 9.69 92.02 -
YUV 71.03 229.57 135.11 -
System Red Green Blue C M Y K H S L
Decimal 81 31 251 0.68 0.88 0 0.02 253.64 0.96 0.55
Hex 51 1F FB 44 58 0 2 FE 60 37
Octal 121 37 373 104 130 0 2 376 140 67
Binary 1010001 11111 11111011 1000100 1011000 0 10 11111110 1100000 110111

Color Harmonies of #511FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511FFB

Black with #511FFB

Text Example


Text Example

White with #511FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,31,251); }

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

background-color css

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

 a { background-color: rgb(81,31,251); }

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

border-color css

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

 span { border-color: rgb(81,31,251); }

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