Html Css Color HEX #511FFF Han Purple

📋 copy color: '#511FFF'

red 81 ◦ green 31 ◦ blue 255

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

Shades of Han Purple #511FFF

Tints of Han Purple #511FFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 69.48%

R = 22.07%
G = 8.45%
B = 69.48%

CMYK

 C value IS 0.68

 M value IS 0.88

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#511FFF (or 0x511FFF) is known color: Han Purple. HEX triplet: 51, 1F and FF. RGB value is (81,31,255). Sum of RGB (Red+Green+Blue) = 81+31+255=367 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.07% from 367); Green value is 31 (12.5% from 255 or 8.45% from 367); Blue value is 255 (100% from 255 or 69.48% from 367); Max value from RGB is 255 - color contains mainly: blue. Hex color #511FFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #511FFF is #AEE000. Grayscale: #464646. Windows color (decimal): -11460609 or 16719697. OLE color: 16719697.

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

Color convert

RGB 81 31 255 -
CMYK 0.68 0.88 0 0
HSL 253.39º 1% 0.56% -
HSV(B) 253.39º 0.88% 1% -
XYZ 21.93 9.95 95.37 -
YUV 71.49 231.57 134.79 -
System Red Green Blue C M Y K H S L
Decimal 81 31 255 0.68 0.88 0 0 253.39 1 0.56
Hex 51 1F FF 44 58 0 0 FD 64 38
Octal 121 37 377 104 130 0 0 375 144 70
Binary 1010001 11111 11111111 1000100 1011000 0 0 11111101 1100100 111000

Color Harmonies of #511FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511FFF

Black with #511FFF

Text Example


Text Example

White with #511FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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