Html Css Color HEX #511BDC Han Purple

📋 copy color: '#511BDC'

red 81 ◦ green 27 ◦ blue 220

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

Shades of Han Purple #511BDC

Tints of Han Purple #511BDC

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.23%

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

R = 24.7%
G = 8.23%
B = 67.07%

CMYK

 C value IS 0.63

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#511BDC (or 0x511BDC) is known color: Han Purple. HEX triplet: 51, 1B and DC. RGB value is (81,27,220). Sum of RGB (Red+Green+Blue) = 81+27+220=328 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.70% from 328); Green value is 27 (10.94% from 255 or 8.23% from 328); Blue value is 220 (86.33% from 255 or 67.07% from 328); Max value from RGB is 220 - color contains mainly: blue. Hex color #511BDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #511BDC is #AEE423. Grayscale: #404040. Windows color (decimal): -11461668 or 14424913. OLE color: 14424913.

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

Color convert

RGB 81 27 220 -
CMYK 0.63 0.88 0 0.14
HSL 256.79º 0.78% 0.48% -
HSV(B) 256.79º 0.88% 0.86% -
XYZ 16.7 7.7 68.32 -
YUV 65.15 215.39 139.31 -
System Red Green Blue C M Y K H S L
Decimal 81 27 220 0.63 0.88 0 0.14 256.79 0.78 0.48
Hex 51 1B DC 3F 58 0 E 101 4E 30
Octal 121 33 334 77 130 0 16 401 116 60
Binary 1010001 11011 11011100 111111 1011000 0 1110 100000001 1001110 110000

Color Harmonies of #511BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511BDC

Black with #511BDC

Text Example


Text Example

White with #511BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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