Html Css Color HEX #5509DD Han Purple

📋 copy color: '#5509DD'

red 85 ◦ green 9 ◦ blue 221

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

Shades of Han Purple #5509DD

Tints of Han Purple #5509DD

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.86%

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

R = 26.98%
G = 2.86%
B = 70.16%

CMYK

 C value IS 0.62

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5509DD (or 0x5509DD) is known color: Han Purple. HEX triplet: 55, 09 and DD. RGB value is (85,9,221). Sum of RGB (Red+Green+Blue) = 85+9+221=315 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.98% from 315); Green value is 9 (3.91% from 255 or 2.86% from 315); Blue value is 221 (86.72% from 255 or 70.16% from 315); Max value from RGB is 221 - color contains mainly: blue. Hex color #5509DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5509DD is #AAF622. Grayscale: #373737. Windows color (decimal): -11204131 or 14485845. OLE color: 14485845.

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

Color convert

RGB 85 9 221 -
CMYK 0.62 0.96 0 0.13
HSL 261.51º 0.92% 0.45% -
HSV(B) 261.51º 0.96% 0.87% -
XYZ 16.9 7.35 68.93 -
YUV 55.89 221.18 148.76 -
System Red Green Blue C M Y K H S L
Decimal 85 9 221 0.62 0.96 0 0.13 261.51 0.92 0.45
Hex 55 9 DD 3E 60 0 D 106 5C 2D
Octal 125 11 335 76 140 0 15 406 134 55
Binary 1010101 1001 11011101 111110 1100000 0 1101 100000110 1011100 101101

Color Harmonies of #5509DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5509DD

Black with #5509DD

Text Example


Text Example

White with #5509DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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