Html Css Color HEX #511DFF Han Purple

📋 copy color: '#511DFF'

red 81 ◦ green 29 ◦ blue 255

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

Shades of Han Purple #511DFF

Tints of Han Purple #511DFF

RGB

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

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

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

R = 22.19%
G = 7.95%
B = 69.86%

CMYK

 C value IS 0.68

 M value IS 0.89

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#511DFF (or 0x511DFF) is known color: Han Purple. HEX triplet: 51, 1D and FF. RGB value is (81,29,255). Sum of RGB (Red+Green+Blue) = 81+29+255=365 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.19% from 365); Green value is 29 (11.72% from 255 or 7.95% from 365); Blue value is 255 (100% from 255 or 69.86% from 365); Max value from RGB is 255 - color contains mainly: blue. Hex color #511DFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #511DFF is #AEE200. Grayscale: #454545. Windows color (decimal): -11461121 or 16719185. OLE color: 16719185.

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

Color convert

RGB 81 29 255 -
CMYK 0.68 0.89 0 0
HSL 253.81º 1% 0.56% -
HSV(B) 253.81º 0.89% 1% -
XYZ 21.88 9.85 95.36 -
YUV 70.31 232.23 135.62 -
System Red Green Blue C M Y K H S L
Decimal 81 29 255 0.68 0.89 0 0 253.81 1 0.56
Hex 51 1D FF 44 59 0 0 FE 64 38
Octal 121 35 377 104 131 0 0 376 144 70
Binary 1010001 11101 11111111 1000100 1011001 0 0 11111110 1100100 111000

Color Harmonies of #511DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511DFF

Black with #511DFF

Text Example


Text Example

White with #511DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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