Html Css Color HEX #5710DC Han Purple

📋 copy color: '#5710DC'

red 87 ◦ green 16 ◦ blue 220

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

Shades of Han Purple #5710DC

Tints of Han Purple #5710DC

RGB

 RED value IS 87 (34.38% from 255) = 26.93%

 GREEN value IS 16 (6.64% from 255) = 4.95%

 BLUE value IS 220 (86.33% from 255) = 68.11%

R = 26.93%
G = 4.95%
B = 68.11%

CMYK

 C value IS 0.60

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5710DC (or 0x5710DC) is known color: Han Purple. HEX triplet: 57, 10 and DC. RGB value is (87,16,220). Sum of RGB (Red+Green+Blue) = 87+16+220=323 (42% of max value = 765). Red value is 87 (34.38% from 255 or 26.93% from 323); Green value is 16 (6.64% from 255 or 4.95% from 323); Blue value is 220 (86.33% from 255 or 68.11% from 323); Max value from RGB is 220 - color contains mainly: blue. Hex color #5710DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5710DC is #A8EF23. Grayscale: #3B3B3B. Windows color (decimal): -11071268 or 14422103. OLE color: 14422103.

HSL color Cylindrical-coordinate representation of color #5710DC: hue angle of 260.88º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5710DC is Cyan = 0.60, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 87 16 220 -
CMYK 0.60 0.93 0 0.14
HSL 260.88º 0.86% 0.46% -
HSV(B) 260.88º 0.93% 0.86% -
XYZ 17.03 7.56 68.27 -
YUV 60.49 218.02 146.91 -
System Red Green Blue C M Y K H S L
Decimal 87 16 220 0.60 0.93 0 0.14 260.88 0.86 0.46
Hex 57 10 DC 3C 5D 0 E 105 56 2E
Octal 127 20 334 74 135 0 16 405 126 56
Binary 1010111 10000 11011100 111100 1011101 0 1110 100000101 1010110 101110

Color Harmonies of #5710DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5710DC

Black with #5710DC

Text Example


Text Example

White with #5710DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5710DC; }

 p { color: rgb(87,16,220); }

 H1.HeaderClassName
 {
   color: #5710DC;
 }
 .AnyTagClassName
 {
   color: #5710DC;
 }
</style>

background-color css

<style>
 a { background-color: #5710DC; }

 a { background-color: rgb(87,16,220); }

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

border-color css

<style>
 span { border-color: #5710DC; }

 span { border-color: rgb(87,16,220); }

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