Html Css Color HEX #5712DC Han Purple

📋 copy color: '#5712DC'

red 87 ◦ green 18 ◦ blue 220

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

Shades of Han Purple #5712DC

Tints of Han Purple #5712DC

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.54%

 BLUE value IS 220 (86.33% from 255) = 67.69%

R = 26.77%
G = 5.54%
B = 67.69%

CMYK

 C value IS 0.60

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5712DC (or 0x5712DC) is known color: Han Purple. HEX triplet: 57, 12 and DC. RGB value is (87,18,220). Sum of RGB (Red+Green+Blue) = 87+18+220=325 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.77% from 325); Green value is 18 (7.42% from 255 or 5.54% from 325); Blue value is 220 (86.33% from 255 or 67.69% from 325); Max value from RGB is 220 - color contains mainly: blue. Hex color #5712DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5712DC is #A8ED23. Grayscale: #3C3C3C. Windows color (decimal): -11070756 or 14422615. OLE color: 14422615.

HSL color Cylindrical-coordinate representation of color #5712DC: hue angle of 260.5º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5712DC is Cyan = 0.60, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 87 18 220 -
CMYK 0.60 0.92 0 0.14
HSL 260.5º 0.85% 0.47% -
HSV(B) 260.5º 0.92% 0.86% -
XYZ 17.07 7.63 68.28 -
YUV 61.66 217.36 146.07 -
System Red Green Blue C M Y K H S L
Decimal 87 18 220 0.60 0.92 0 0.14 260.5 0.85 0.47
Hex 57 12 DC 3C 5C 0 E 104 55 2F
Octal 127 22 334 74 134 0 16 404 125 57
Binary 1010111 10010 11011100 111100 1011100 0 1110 100000100 1010101 101111

Color Harmonies of #5712DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5712DC

Black with #5712DC

Text Example


Text Example

White with #5712DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5712DC; }

 p { color: rgb(87,18,220); }

 H1.HeaderClassName
 {
   color: #5712DC;
 }
 .AnyTagClassName
 {
   color: #5712DC;
 }
</style>

background-color css

<style>
 a { background-color: #5712DC; }

 a { background-color: rgb(87,18,220); }

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

border-color css

<style>
 span { border-color: #5712DC; }

 span { border-color: rgb(87,18,220); }

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