Html Css Color HEX #511DF9 Han Purple

📋 copy color: '#511DF9'

red 81 ◦ green 29 ◦ blue 249

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

Shades of Han Purple #511DF9

Tints of Han Purple #511DF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 69.36%

R = 22.56%
G = 8.08%
B = 69.36%

CMYK

 C value IS 0.67

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#511DF9 (or 0x511DF9) is known color: Han Purple. HEX triplet: 51, 1D and F9. RGB value is (81,29,249). Sum of RGB (Red+Green+Blue) = 81+29+249=359 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.56% from 359); Green value is 29 (11.72% from 255 or 8.08% from 359); Blue value is 249 (97.66% from 255 or 69.36% from 359); Max value from RGB is 249 - color contains mainly: blue. Hex color #511DF9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #511DF9 is #AEE206. Grayscale: #444444. Windows color (decimal): -11461127 or 16325969. OLE color: 16325969.

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

Color convert

RGB 81 29 249 -
CMYK 0.67 0.88 0 0.02
HSL 254.18º 0.95% 0.55% -
HSV(B) 254.18º 0.88% 0.98% -
XYZ 20.93 9.47 90.35 -
YUV 69.63 229.23 136.11 -
System Red Green Blue C M Y K H S L
Decimal 81 29 249 0.67 0.88 0 0.02 254.18 0.95 0.55
Hex 51 1D F9 43 58 0 2 FE 5F 37
Octal 121 35 371 103 130 0 2 376 137 67
Binary 1010001 11101 11111001 1000011 1011000 0 10 11111110 1011111 110111

Color Harmonies of #511DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511DF9

Black with #511DF9

Text Example


Text Example

White with #511DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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