Html Css Color HEX #5711FF Han Purple

📋 copy color: '#5711FF'

red 87 ◦ green 17 ◦ blue 255

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

Shades of Han Purple #5711FF

Tints of Han Purple #5711FF

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.74%

 BLUE value IS 255 (100% from 255) = 71.03%

R = 24.23%
G = 4.74%
B = 71.03%

CMYK

 C value IS 0.66

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5711FF (or 0x5711FF) is known color: Han Purple. HEX triplet: 57, 11 and FF. RGB value is (87,17,255). Sum of RGB (Red+Green+Blue) = 87+17+255=359 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.23% from 359); Green value is 17 (7.03% from 255 or 4.74% from 359); Blue value is 255 (100% from 255 or 71.03% from 359); Max value from RGB is 255 - color contains mainly: blue. Hex color #5711FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5711FF is #A8EE00. Grayscale: #404040. Windows color (decimal): -11070977 or 16716119. OLE color: 16716119.

HSL color Cylindrical-coordinate representation of color #5711FF: hue angle of 257.65º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5711FF is Cyan = 0.66, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 87 17 255 -
CMYK 0.66 0.93 0 0
HSL 257.65º 1% 0.53% -
HSV(B) 257.65º 0.93% 1% -
XYZ 22.18 9.65 95.3 -
YUV 65.06 235.19 143.65 -
System Red Green Blue C M Y K H S L
Decimal 87 17 255 0.66 0.93 0 0 257.65 1 0.53
Hex 57 11 FF 42 5D 0 0 102 64 35
Octal 127 21 377 102 135 0 0 402 144 65
Binary 1010111 10001 11111111 1000010 1011101 0 0 100000010 1100100 110101

Color Harmonies of #5711FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5711FF

Black with #5711FF

Text Example


Text Example

White with #5711FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5711FF; }

 p { color: rgb(87,17,255); }

 H1.HeaderClassName
 {
   color: #5711FF;
 }
 .AnyTagClassName
 {
   color: #5711FF;
 }
</style>

background-color css

<style>
 a { background-color: #5711FF; }

 a { background-color: rgb(87,17,255); }

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

border-color css

<style>
 span { border-color: #5711FF; }

 span { border-color: rgb(87,17,255); }

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