Html Css Color HEX #5613DD Han Purple

📋 copy color: '#5613DD'

red 86 ◦ green 19 ◦ blue 221

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

Shades of Han Purple #5613DD

Tints of Han Purple #5613DD

RGB

 RED value IS 86 (33.98% from 255) = 26.38%

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

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

R = 26.38%
G = 5.83%
B = 67.79%

CMYK

 C value IS 0.61

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5613DD (or 0x5613DD) is known color: Han Purple. HEX triplet: 56, 13 and DD. RGB value is (86,19,221). Sum of RGB (Red+Green+Blue) = 86+19+221=326 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.38% from 326); Green value is 19 (7.81% from 255 or 5.83% from 326); Blue value is 221 (86.72% from 255 or 67.79% from 326); Max value from RGB is 221 - color contains mainly: blue. Hex color #5613DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5613DD is #A9EC22. Grayscale: #3D3D3D. Windows color (decimal): -11136035 or 14488406. OLE color: 14488406.

HSL color Cylindrical-coordinate representation of color #5613DD: hue angle of 259.9º 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 #5613DD is Cyan = 0.61, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 86 19 221 -
CMYK 0.61 0.91 0 0.13
HSL 259.9º 0.84% 0.47% -
HSV(B) 259.9º 0.91% 0.87% -
XYZ 17.12 7.66 68.98 -
YUV 62.06 217.7 145.07 -
System Red Green Blue C M Y K H S L
Decimal 86 19 221 0.61 0.91 0 0.13 259.9 0.84 0.47
Hex 56 13 DD 3D 5B 0 D 104 54 2F
Octal 126 23 335 75 133 0 15 404 124 57
Binary 1010110 10011 11011101 111101 1011011 0 1101 100000100 1010100 101111

Color Harmonies of #5613DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5613DD

Black with #5613DD

Text Example


Text Example

White with #5613DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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