Html Css Color HEX #5510DD Han Purple

📋 copy color: '#5510DD'

red 85 ◦ green 16 ◦ blue 221

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

Shades of Han Purple #5510DD

Tints of Han Purple #5510DD

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.97%

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

R = 26.4%
G = 4.97%
B = 68.63%

CMYK

 C value IS 0.62

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5510DD (or 0x5510DD) is known color: Han Purple. HEX triplet: 55, 10 and DD. RGB value is (85,16,221). Sum of RGB (Red+Green+Blue) = 85+16+221=322 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.40% from 322); Green value is 16 (6.64% from 255 or 4.97% from 322); Blue value is 221 (86.72% from 255 or 68.63% from 322); Max value from RGB is 221 - color contains mainly: blue. Hex color #5510DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5510DD is #AAEF22. Grayscale: #3B3B3B. Windows color (decimal): -11202339 or 14487637. OLE color: 14487637.

HSL color Cylindrical-coordinate representation of color #5510DD: hue angle of 260.2º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5510DD is Cyan = 0.62, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 85 16 221 -
CMYK 0.62 0.93 0 0.13
HSL 260.2º 0.86% 0.46% -
HSV(B) 260.2º 0.93% 0.87% -
XYZ 16.98 7.52 68.96 -
YUV 60 218.86 145.83 -
System Red Green Blue C M Y K H S L
Decimal 85 16 221 0.62 0.93 0 0.13 260.2 0.86 0.46
Hex 55 10 DD 3E 5D 0 D 104 56 2E
Octal 125 20 335 76 135 0 15 404 126 56
Binary 1010101 10000 11011101 111110 1011101 0 1101 100000100 1010110 101110

Color Harmonies of #5510DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5510DD

Black with #5510DD

Text Example


Text Example

White with #5510DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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