#5713DD

Color #5713DD Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #5713DD

Tints of Han Purple #5713DD

Color information

#5713DD (or 0x5713DD) is unknown color: approx Han Purple. HEX triplet: 57, 13 and DD. RGB value is (87,19,221). Sum of RGB (Red+Green+Blue) = 87+19+221=327 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.61% from 327); Green value is 19 (7.81% from 255 or 5.81% from 327); Blue value is 221 (86.72% from 255 or 67.58% from 327); Max value from RGB is 221 - color contains mainly: blue. Hex color #5713DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5713DD is #A8EC22. Grayscale: #3D3D3D. Windows color (decimal): -11070499 or 14488407. OLE color: 14488407.

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

Color convert

RGB8719221-
CMYK0.610.9100.13
HSL260.2º84.17%47.06%-
HSV(B)260.2º91.4%86.67%-
XYZ17.217.7168.99-
YUV62.36217.53145.57-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.61%
GREEN value IS 19 (7.81% from 255) = 5.81%
BLUE value IS 221 (86.72% from 255) = 67.58%
R=26.61%
G=5.81%
B=67.58%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal87192210.610.9100.13260.284.1747.06
Hex5713DD3D5B0D104542f
Octal127233357513301540412457
Binary101011110011110111011111011011011011011000001001010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5713DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5713DD;
 }
 .AnyTagClassName
 {
   color: #5713DD;
 }
</style>
background-color css

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

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

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

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

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

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