Html Css Color HEX #511DDC Han Purple

📋 copy color: '#511DDC'

red 81 ◦ green 29 ◦ blue 220

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

Shades of Han Purple #511DDC

Tints of Han Purple #511DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 66.67%

R = 24.55%
G = 8.79%
B = 66.67%

CMYK

 C value IS 0.63

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#511DDC (or 0x511DDC) is known color: Han Purple. HEX triplet: 51, 1D and DC. RGB value is (81,29,220). Sum of RGB (Red+Green+Blue) = 81+29+220=330 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.55% from 330); Green value is 29 (11.72% from 255 or 8.79% from 330); Blue value is 220 (86.33% from 255 or 66.67% from 330); Max value from RGB is 220 - color contains mainly: blue. Hex color #511DDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #511DDC is #AEE223. Grayscale: #414141. Windows color (decimal): -11461156 or 14425425. OLE color: 14425425.

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

Color convert

RGB 81 29 220 -
CMYK 0.63 0.87 0 0.14
HSL 256.34º 0.77% 0.49% -
HSV(B) 256.34º 0.87% 0.86% -
XYZ 16.75 7.8 68.33 -
YUV 66.32 214.73 138.47 -
System Red Green Blue C M Y K H S L
Decimal 81 29 220 0.63 0.87 0 0.14 256.34 0.77 0.49
Hex 51 1D DC 3F 57 0 E 100 4D 31
Octal 121 35 334 77 127 0 16 400 115 61
Binary 1010001 11101 11011100 111111 1010111 0 1110 100000000 1001101 110001

Color Harmonies of #511DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511DDC

Black with #511DDC

Text Example


Text Example

White with #511DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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