Html Css Color HEX #5517DD Han Purple

📋 copy color: '#5517DD'

red 85 ◦ green 23 ◦ blue 221

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

Shades of Han Purple #5517DD

Tints of Han Purple #5517DD

RGB

 RED value IS 85 (33.59% from 255) = 25.84%

 GREEN value IS 23 (9.38% from 255) = 6.99%

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

R = 25.84%
G = 6.99%
B = 67.17%

CMYK

 C value IS 0.62

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5517DD (or 0x5517DD) is known color: Han Purple. HEX triplet: 55, 17 and DD. RGB value is (85,23,221). Sum of RGB (Red+Green+Blue) = 85+23+221=329 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.84% from 329); Green value is 23 (9.38% from 255 or 6.99% from 329); Blue value is 221 (86.72% from 255 or 67.17% from 329); Max value from RGB is 221 - color contains mainly: blue. Hex color #5517DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5517DD is #AAE822. Grayscale: #3F3F3F. Windows color (decimal): -11200547 or 14489429. OLE color: 14489429.

HSL color Cylindrical-coordinate representation of color #5517DD: hue angle of 258.79º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5517DD is Cyan = 0.62, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 85 23 221 -
CMYK 0.62 0.90 0 0.13
HSL 258.79º 0.81% 0.48% -
HSV(B) 258.79º 0.9% 0.87% -
XYZ 17.1 7.76 69 -
YUV 64.11 216.54 142.9 -
System Red Green Blue C M Y K H S L
Decimal 85 23 221 0.62 0.90 0 0.13 258.79 0.81 0.48
Hex 55 17 DD 3E 5A 0 D 103 51 30
Octal 125 27 335 76 132 0 15 403 121 60
Binary 1010101 10111 11011101 111110 1011010 0 1101 100000011 1010001 110000

Color Harmonies of #5517DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5517DD

Black with #5517DD

Text Example


Text Example

White with #5517DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,23,221); }

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

background-color css

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

 a { background-color: rgb(85,23,221); }

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

border-color css

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

 span { border-color: rgb(85,23,221); }

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