Html Css Color HEX #5706EC Han Purple

📋 copy color: '#5706EC'

red 87 ◦ green 6 ◦ blue 236

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

Shades of Han Purple #5706EC

Tints of Han Purple #5706EC

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.82%

 BLUE value IS 236 (92.58% from 255) = 71.73%

R = 26.44%
G = 1.82%
B = 71.73%

CMYK

 C value IS 0.63

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5706EC (or 0x5706EC) is known color: Han Purple. HEX triplet: 57, 06 and EC. RGB value is (87,6,236). Sum of RGB (Red+Green+Blue) = 87+6+236=329 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.44% from 329); Green value is 6 (2.73% from 255 or 1.82% from 329); Blue value is 236 (92.58% from 255 or 71.73% from 329); Max value from RGB is 236 - color contains mainly: blue. Hex color #5706EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5706EC is #A8F913. Grayscale: #373737. Windows color (decimal): -11073812 or 15468119. OLE color: 15468119.

HSL color Cylindrical-coordinate representation of color #5706EC: hue angle of 261.13º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5706EC is Cyan = 0.63, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 87 6 236 -
CMYK 0.63 0.97 0 0.07
HSL 261.13º 0.95% 0.47% -
HSV(B) 261.13º 0.97% 0.93% -
XYZ 19.14 8.21 79.93 -
YUV 56.44 229.34 149.8 -
System Red Green Blue C M Y K H S L
Decimal 87 6 236 0.63 0.97 0 0.07 261.13 0.95 0.47
Hex 57 6 EC 3F 61 0 7 105 5F 2F
Octal 127 6 354 77 141 0 7 405 137 57
Binary 1010111 110 11101100 111111 1100001 0 111 100000101 1011111 101111

Color Harmonies of #5706EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5706EC

Black with #5706EC

Text Example


Text Example

White with #5706EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5706EC; }

 p { color: rgb(87,6,236); }

 H1.HeaderClassName
 {
   color: #5706EC;
 }
 .AnyTagClassName
 {
   color: #5706EC;
 }
</style>

background-color css

<style>
 a { background-color: #5706EC; }

 a { background-color: rgb(87,6,236); }

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

border-color css

<style>
 span { border-color: #5706EC; }

 span { border-color: rgb(87,6,236); }

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