Html Css Color HEX #5706DD Han Purple

📋 copy color: '#5706DD'

red 87 ◦ green 6 ◦ blue 221

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

Shades of Han Purple #5706DD

Tints of Han Purple #5706DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 70.38%

R = 27.71%
G = 1.91%
B = 70.38%

CMYK

 C value IS 0.61

 M value IS 0.97

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5706DD (or 0x5706DD) is known color: Han Purple. HEX triplet: 57, 06 and DD. RGB value is (87,6,221). Sum of RGB (Red+Green+Blue) = 87+6+221=314 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.71% from 314); Green value is 6 (2.73% from 255 or 1.91% from 314); Blue value is 221 (86.72% from 255 or 70.38% from 314); Max value from RGB is 221 - color contains mainly: blue. Hex color #5706DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5706DD is #A8F922. Grayscale: #353535. Windows color (decimal): -11073827 or 14485079. OLE color: 14485079.

HSL color Cylindrical-coordinate representation of color #5706DD: hue angle of 262.6º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5706DD is Cyan = 0.61, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 87 6 221 -
CMYK 0.61 0.97 0 0.13
HSL 262.6º 0.95% 0.45% -
HSV(B) 262.6º 0.97% 0.87% -
XYZ 17.05 7.38 68.93 -
YUV 54.73 221.84 151.02 -
System Red Green Blue C M Y K H S L
Decimal 87 6 221 0.61 0.97 0 0.13 262.6 0.95 0.45
Hex 57 6 DD 3D 61 0 D 107 5F 2D
Octal 127 6 335 75 141 0 15 407 137 55
Binary 1010111 110 11011101 111101 1100001 0 1101 100000111 1011111 101101

Color Harmonies of #5706DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5706DD

Black with #5706DD

Text Example


Text Example

White with #5706DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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