Html Css Color HEX #5516DF Han Purple

📋 copy color: '#5516DF'

red 85 ◦ green 22 ◦ blue 223

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

Shades of Han Purple #5516DF

Tints of Han Purple #5516DF

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.67%

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

R = 25.76%
G = 6.67%
B = 67.58%

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

#5516DF (or 0x5516DF) is known color: Han Purple. HEX triplet: 55, 16 and DF. RGB value is (85,22,223). Sum of RGB (Red+Green+Blue) = 85+22+223=330 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.76% from 330); Green value is 22 (8.98% from 255 or 6.67% from 330); Blue value is 223 (87.5% from 255 or 67.58% from 330); Max value from RGB is 223 - color contains mainly: blue. Hex color #5516DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5516DF is #AAE920. Grayscale: #3F3F3F. Windows color (decimal): -11200801 or 14620245. OLE color: 14620245.

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

Color convert

RGB 85 22 223 -
CMYK 0.62 0.90 0 0.13
HSL 258.81º 0.82% 0.48% -
HSV(B) 258.81º 0.9% 0.87% -
XYZ 17.35 7.83 70.41 -
YUV 63.75 217.87 143.16 -
System Red Green Blue C M Y K H S L
Decimal 85 22 223 0.62 0.90 0 0.13 258.81 0.82 0.48
Hex 55 16 DF 3E 5A 0 D 103 52 30
Octal 125 26 337 76 132 0 15 403 122 60
Binary 1010101 10110 11011111 111110 1011010 0 1101 100000011 1010010 110000

Color Harmonies of #5516DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5516DF

Black with #5516DF

Text Example


Text Example

White with #5516DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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