Html Css Color HEX #5517DF Han Purple

📋 copy color: '#5517DF'

red 85 ◦ green 23 ◦ blue 223

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

Shades of Han Purple #5517DF

Tints of Han Purple #5517DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 67.37%

R = 25.68%
G = 6.95%
B = 67.37%

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

#5517DF (or 0x5517DF) is known color: Han Purple. HEX triplet: 55, 17 and DF. RGB value is (85,23,223). Sum of RGB (Red+Green+Blue) = 85+23+223=331 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.68% from 331); Green value is 23 (9.38% from 255 or 6.95% from 331); Blue value is 223 (87.5% from 255 or 67.37% from 331); Max value from RGB is 223 - color contains mainly: blue. Hex color #5517DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5517DF is #AAE820. Grayscale: #3F3F3F. Windows color (decimal): -11200545 or 14620501. OLE color: 14620501.

HSL color Cylindrical-coordinate representation of color #5517DF: hue angle of 258.6º 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 #5517DF is Cyan = 0.62, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 85 23 223 -
CMYK 0.62 0.90 0 0.13
HSL 258.6º 0.81% 0.48% -
HSV(B) 258.6º 0.9% 0.87% -
XYZ 17.37 7.87 70.42 -
YUV 64.34 217.54 142.74 -
System Red Green Blue C M Y K H S L
Decimal 85 23 223 0.62 0.90 0 0.13 258.6 0.81 0.48
Hex 55 17 DF 3E 5A 0 D 103 51 30
Octal 125 27 337 76 132 0 15 403 121 60
Binary 1010101 10111 11011111 111110 1011010 0 1101 100000011 1010001 110000

Color Harmonies of #5517DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5517DF

Black with #5517DF

Text Example


Text Example

White with #5517DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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