Html Css Color HEX #511BFB Han Purple

📋 copy color: '#511BFB'

red 81 ◦ green 27 ◦ blue 251

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

Shades of Han Purple #511BFB

Tints of Han Purple #511BFB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.52%

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

R = 22.56%
G = 7.52%
B = 69.92%

CMYK

 C value IS 0.68

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#511BFB (or 0x511BFB) is known color: Han Purple. HEX triplet: 51, 1B and FB. RGB value is (81,27,251). Sum of RGB (Red+Green+Blue) = 81+27+251=359 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.56% from 359); Green value is 27 (10.94% from 255 or 7.52% from 359); Blue value is 251 (98.44% from 255 or 69.92% from 359); Max value from RGB is 251 - color contains mainly: blue. Hex color #511BFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #511BFB is #AEE404. Grayscale: #434343. Windows color (decimal): -11461637 or 16456529. OLE color: 16456529.

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

Color convert

RGB 81 27 251 -
CMYK 0.68 0.89 0 0.02
HSL 254.46º 0.97% 0.55% -
HSV(B) 254.46º 0.89% 0.98% -
XYZ 21.2 9.5 91.98 -
YUV 68.68 230.89 136.79 -
System Red Green Blue C M Y K H S L
Decimal 81 27 251 0.68 0.89 0 0.02 254.46 0.97 0.55
Hex 51 1B FB 44 59 0 2 FE 61 37
Octal 121 33 373 104 131 0 2 376 141 67
Binary 1010001 11011 11111011 1000100 1011001 0 10 11111110 1100001 110111

Color Harmonies of #511BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511BFB

Black with #511BFB

Text Example


Text Example

White with #511BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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