Html Css Color HEX #5706ED Han Purple

📋 copy color: '#5706ED'

red 87 ◦ green 6 ◦ blue 237

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

Shades of Han Purple #5706ED

Tints of Han Purple #5706ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 71.82%

R = 26.36%
G = 1.82%
B = 71.82%

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

#5706ED (or 0x5706ED) is known color: Han Purple. HEX triplet: 57, 06 and ED. RGB value is (87,6,237). Sum of RGB (Red+Green+Blue) = 87+6+237=330 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.36% from 330); Green value is 6 (2.73% from 255 or 1.82% from 330); Blue value is 237 (92.97% from 255 or 71.82% from 330); Max value from RGB is 237 - color contains mainly: blue. Hex color #5706ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5706ED is #A8F912. Grayscale: #373737. Windows color (decimal): -11073811 or 15533655. OLE color: 15533655.

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

Color convert

RGB 87 6 237 -
CMYK 0.63 0.97 0 0.07
HSL 261.04º 0.95% 0.48% -
HSV(B) 261.04º 0.97% 0.93% -
XYZ 19.28 8.27 80.7 -
YUV 56.55 229.84 149.72 -
System Red Green Blue C M Y K H S L
Decimal 87 6 237 0.63 0.97 0 0.07 261.04 0.95 0.48
Hex 57 6 ED 3F 61 0 7 105 5F 30
Octal 127 6 355 77 141 0 7 405 137 60
Binary 1010111 110 11101101 111111 1100001 0 111 100000101 1011111 110000

Color Harmonies of #5706ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5706ED

Black with #5706ED

Text Example


Text Example

White with #5706ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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