Html Css Color HEX #511DFB Han Purple

📋 copy color: '#511DFB'

red 81 ◦ green 29 ◦ blue 251

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

Shades of Han Purple #511DFB

Tints of Han Purple #511DFB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.03%

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

R = 22.44%
G = 8.03%
B = 69.53%

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

#511DFB (or 0x511DFB) is known color: Han Purple. HEX triplet: 51, 1D and FB. RGB value is (81,29,251). Sum of RGB (Red+Green+Blue) = 81+29+251=361 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.44% from 361); Green value is 29 (11.72% from 255 or 8.03% from 361); Blue value is 251 (98.44% from 255 or 69.53% from 361); Max value from RGB is 251 - color contains mainly: blue. Hex color #511DFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #511DFB is #AEE204. Grayscale: #454545. Windows color (decimal): -11461125 or 16457041. OLE color: 16457041.

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

Color convert

RGB 81 29 251 -
CMYK 0.68 0.88 0 0.02
HSL 254.05º 0.97% 0.55% -
HSV(B) 254.05º 0.88% 0.98% -
XYZ 21.25 9.59 92 -
YUV 69.86 230.23 135.95 -
System Red Green Blue C M Y K H S L
Decimal 81 29 251 0.68 0.88 0 0.02 254.05 0.97 0.55
Hex 51 1D FB 44 58 0 2 FE 61 37
Octal 121 35 373 104 130 0 2 376 141 67
Binary 1010001 11101 11111011 1000100 1011000 0 10 11111110 1100001 110111

Color Harmonies of #511DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511DFB

Black with #511DFB

Text Example


Text Example

White with #511DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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