Html Css Color HEX #5513DD Han Purple

📋 copy color: '#5513DD'

red 85 ◦ green 19 ◦ blue 221

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

Shades of Han Purple #5513DD

Tints of Han Purple #5513DD

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.85%

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

R = 26.15%
G = 5.85%
B = 68%

CMYK

 C value IS 0.62

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5513DD (or 0x5513DD) is known color: Han Purple. HEX triplet: 55, 13 and DD. RGB value is (85,19,221). Sum of RGB (Red+Green+Blue) = 85+19+221=325 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.15% from 325); Green value is 19 (7.81% from 255 or 5.85% from 325); Blue value is 221 (86.72% from 255 or 68% from 325); Max value from RGB is 221 - color contains mainly: blue. Hex color #5513DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5513DD is #AAEC22. Grayscale: #3D3D3D. Windows color (decimal): -11201571 or 14488405. OLE color: 14488405.

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

Color convert

RGB 85 19 221 -
CMYK 0.62 0.91 0 0.13
HSL 259.6º 0.84% 0.47% -
HSV(B) 259.6º 0.91% 0.87% -
XYZ 17.03 7.62 68.98 -
YUV 61.76 217.87 144.57 -
System Red Green Blue C M Y K H S L
Decimal 85 19 221 0.62 0.91 0 0.13 259.6 0.84 0.47
Hex 55 13 DD 3E 5B 0 D 104 54 2F
Octal 125 23 335 76 133 0 15 404 124 57
Binary 1010101 10011 11011101 111110 1011011 0 1101 100000100 1010100 101111

Color Harmonies of #5513DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5513DD

Black with #5513DD

Text Example


Text Example

White with #5513DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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