Html Css Color HEX #5705DB Han Purple

📋 copy color: '#5705DB'

red 87 ◦ green 5 ◦ blue 219

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

Shades of Han Purple #5705DB

Tints of Han Purple #5705DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 70.42%

R = 27.97%
G = 1.61%
B = 70.42%

CMYK

 C value IS 0.60

 M value IS 0.98

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5705DB (or 0x5705DB) is known color: Han Purple. HEX triplet: 57, 05 and DB. RGB value is (87,5,219). Sum of RGB (Red+Green+Blue) = 87+5+219=311 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.97% from 311); Green value is 5 (2.34% from 255 or 1.61% from 311); Blue value is 219 (85.94% from 255 or 70.42% from 311); Max value from RGB is 219 - color contains mainly: blue. Hex color #5705DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5705DB is #A8FA24. Grayscale: #353535. Windows color (decimal): -11074085 or 14353751. OLE color: 14353751.

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

Color convert

RGB 87 5 219 -
CMYK 0.60 0.98 0 0.14
HSL 262.99º 0.96% 0.44% -
HSV(B) 262.99º 0.98% 0.86% -
XYZ 16.77 7.25 67.53 -
YUV 53.91 221.17 151.6 -
System Red Green Blue C M Y K H S L
Decimal 87 5 219 0.60 0.98 0 0.14 262.99 0.96 0.44
Hex 57 5 DB 3C 62 0 E 107 60 2C
Octal 127 5 333 74 142 0 16 407 140 54
Binary 1010111 101 11011011 111100 1100010 0 1110 100000111 1100000 101100

Color Harmonies of #5705DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5705DB

Black with #5705DB

Text Example


Text Example

White with #5705DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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