Html Css Color HEX #5705DD Han Purple

📋 copy color: '#5705DD'

red 87 ◦ green 5 ◦ blue 221

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

Shades of Han Purple #5705DD

Tints of Han Purple #5705DD

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.6%

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

R = 27.8%
G = 1.6%
B = 70.61%

CMYK

 C value IS 0.61

 M value IS 0.98

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5705DD (or 0x5705DD) is known color: Han Purple. HEX triplet: 57, 05 and DD. RGB value is (87,5,221). Sum of RGB (Red+Green+Blue) = 87+5+221=313 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.80% from 313); Green value is 5 (2.34% from 255 or 1.60% from 313); Blue value is 221 (86.72% from 255 or 70.61% from 313); Max value from RGB is 221 - color contains mainly: blue. Hex color #5705DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5705DD is #A8FA22. Grayscale: #353535. Windows color (decimal): -11074083 or 14484823. OLE color: 14484823.

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

Color convert

RGB 87 5 221 -
CMYK 0.61 0.98 0 0.13
HSL 262.78º 0.96% 0.44% -
HSV(B) 262.78º 0.98% 0.87% -
XYZ 17.04 7.36 68.93 -
YUV 54.14 222.17 151.44 -
System Red Green Blue C M Y K H S L
Decimal 87 5 221 0.61 0.98 0 0.13 262.78 0.96 0.44
Hex 57 5 DD 3D 62 0 D 107 60 2C
Octal 127 5 335 75 142 0 15 407 140 54
Binary 1010111 101 11011101 111101 1100010 0 1101 100000111 1100000 101100

Color Harmonies of #5705DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5705DD

Black with #5705DD

Text Example


Text Example

White with #5705DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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