Html Css Color HEX #5502DD Han Purple

📋 copy color: '#5502DD'

red 85 ◦ green 2 ◦ blue 221

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

Shades of Han Purple #5502DD

Tints of Han Purple #5502DD

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.65%

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

R = 27.6%
G = 0.65%
B = 71.75%

CMYK

 C value IS 0.62

 M value IS 0.99

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5502DD (or 0x5502DD) is known color: Han Purple. HEX triplet: 55, 02 and DD. RGB value is (85,2,221). Sum of RGB (Red+Green+Blue) = 85+2+221=308 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.60% from 308); Green value is 2 (1.17% from 255 or 0.65% from 308); Blue value is 221 (86.72% from 255 or 71.75% from 308); Max value from RGB is 221 - color contains mainly: blue. Hex color #5502DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5502DD is #AAFD22. Grayscale: #323232. Windows color (decimal): -11205923 or 14484053. OLE color: 14484053.

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

Color convert

RGB 85 2 221 -
CMYK 0.62 0.99 0 0.13
HSL 262.74º 0.98% 0.44% -
HSV(B) 262.74º 0.99% 0.87% -
XYZ 16.82 7.2 68.91 -
YUV 51.78 223.5 151.69 -
System Red Green Blue C M Y K H S L
Decimal 85 2 221 0.62 0.99 0 0.13 262.74 0.98 0.44
Hex 55 2 DD 3E 63 0 D 107 62 2C
Octal 125 2 335 76 143 0 15 407 142 54
Binary 1010101 10 11011101 111110 1100011 0 1101 100000111 1100010 101100

Color Harmonies of #5502DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5502DD

Black with #5502DD

Text Example


Text Example

White with #5502DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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