Html Css Color HEX #6112DC Han Purple

📋 copy color: '#6112DC'

red 97 ◦ green 18 ◦ blue 220

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

Shades of Han Purple #6112DC

Tints of Han Purple #6112DC

RGB

 RED value IS 97 (38.28% from 255) = 28.96%

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

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

R = 28.96%
G = 5.37%
B = 65.67%

CMYK

 C value IS 0.56

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6112DC (or 0x6112DC) is known color: Han Purple. HEX triplet: 61, 12 and DC. RGB value is (97,18,220). Sum of RGB (Red+Green+Blue) = 97+18+220=335 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.96% from 335); Green value is 18 (7.42% from 255 or 5.37% from 335); Blue value is 220 (86.33% from 255 or 65.67% from 335); Max value from RGB is 220 - color contains mainly: blue. Hex color #6112DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6112DC is #9EED23. Grayscale: #3F3F3F. Windows color (decimal): -10415396 or 14422625. OLE color: 14422625.

HSL color Cylindrical-coordinate representation of color #6112DC: hue angle of 263.47º 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 #6112DC is Cyan = 0.56, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 97 18 220 -
CMYK 0.56 0.92 0 0.14
HSL 263.47º 0.85% 0.47% -
HSV(B) 263.47º 0.92% 0.86% -
XYZ 18.06 8.14 68.33 -
YUV 64.65 215.67 151.07 -
System Red Green Blue C M Y K H S L
Decimal 97 18 220 0.56 0.92 0 0.14 263.47 0.85 0.47
Hex 61 12 DC 38 5C 0 E 107 55 2F
Octal 141 22 334 70 134 0 16 407 125 57
Binary 1100001 10010 11011100 111000 1011100 0 1110 100000111 1010101 101111

Color Harmonies of #6112DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6112DC

Black with #6112DC

Text Example


Text Example

White with #6112DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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