Html Css Color HEX #5119DD Han Purple

📋 copy color: '#5119DD'

red 81 ◦ green 25 ◦ blue 221

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

Shades of Han Purple #5119DD

Tints of Han Purple #5119DD

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.65%

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

R = 24.77%
G = 7.65%
B = 67.58%

CMYK

 C value IS 0.63

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5119DD (or 0x5119DD) is known color: Han Purple. HEX triplet: 51, 19 and DD. RGB value is (81,25,221). Sum of RGB (Red+Green+Blue) = 81+25+221=327 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.77% from 327); Green value is 25 (10.16% from 255 or 7.65% from 327); Blue value is 221 (86.72% from 255 or 67.58% from 327); Max value from RGB is 221 - color contains mainly: blue. Hex color #5119DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5119DD is #AEE622. Grayscale: #3F3F3F. Windows color (decimal): -11462179 or 14489937. OLE color: 14489937.

HSL color Cylindrical-coordinate representation of color #5119DD: hue angle of 257.14º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5119DD is Cyan = 0.63, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 81 25 221 -
CMYK 0.63 0.89 0 0.13
HSL 257.14º 0.8% 0.48% -
HSV(B) 257.14º 0.89% 0.87% -
XYZ 16.79 7.67 69 -
YUV 64.09 216.55 140.06 -
System Red Green Blue C M Y K H S L
Decimal 81 25 221 0.63 0.89 0 0.13 257.14 0.8 0.48
Hex 51 19 DD 3F 59 0 D 101 50 30
Octal 121 31 335 77 131 0 15 401 120 60
Binary 1010001 11001 11011101 111111 1011001 0 1101 100000001 1010000 110000

Color Harmonies of #5119DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5119DD

Black with #5119DD

Text Example


Text Example

White with #5119DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5119DD; }

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

 H1.HeaderClassName
 {
   color: #5119DD;
 }
 .AnyTagClassName
 {
   color: #5119DD;
 }
</style>

background-color css

<style>
 a { background-color: #5119DD; }

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

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

border-color css

<style>
 span { border-color: #5119DD; }

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

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