Html Css Color HEX #511DDD Han Purple

📋 copy color: '#511DDD'

red 81 ◦ green 29 ◦ blue 221

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

Shades of Han Purple #511DDD

Tints of Han Purple #511DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 66.77%

R = 24.47%
G = 8.76%
B = 66.77%

CMYK

 C value IS 0.63

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#511DDD (or 0x511DDD) is known color: Han Purple. HEX triplet: 51, 1D and DD. RGB value is (81,29,221). Sum of RGB (Red+Green+Blue) = 81+29+221=331 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.47% from 331); Green value is 29 (11.72% from 255 or 8.76% from 331); Blue value is 221 (86.72% from 255 or 66.77% from 331); Max value from RGB is 221 - color contains mainly: blue. Hex color #511DDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #511DDD is #AEE222. Grayscale: #414141. Windows color (decimal): -11461155 or 14490961. OLE color: 14490961.

HSL color Cylindrical-coordinate representation of color #511DDD: hue angle of 256.25º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #511DDD is Cyan = 0.63, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 81 29 221 -
CMYK 0.63 0.87 0 0.13
HSL 256.25º 0.77% 0.49% -
HSV(B) 256.25º 0.87% 0.87% -
XYZ 16.88 7.85 69.03 -
YUV 66.44 215.23 138.39 -
System Red Green Blue C M Y K H S L
Decimal 81 29 221 0.63 0.87 0 0.13 256.25 0.77 0.49
Hex 51 1D DD 3F 57 0 D 100 4D 31
Octal 121 35 335 77 127 0 15 400 115 61
Binary 1010001 11101 11011101 111111 1010111 0 1101 100000000 1001101 110001

Color Harmonies of #511DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511DDD

Black with #511DDD

Text Example


Text Example

White with #511DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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