Html Css Color HEX #6110EC Han Purple

📋 copy color: '#6110EC'

red 97 ◦ green 16 ◦ blue 236

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

Shades of Han Purple #6110EC

Tints of Han Purple #6110EC

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.58%

 BLUE value IS 236 (92.58% from 255) = 67.62%

R = 27.79%
G = 4.58%
B = 67.62%

CMYK

 C value IS 0.59

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6110EC (or 0x6110EC) is known color: Han Purple. HEX triplet: 61, 10 and EC. RGB value is (97,16,236). Sum of RGB (Red+Green+Blue) = 97+16+236=349 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.79% from 349); Green value is 16 (6.64% from 255 or 4.58% from 349); Blue value is 236 (92.58% from 255 or 67.62% from 349); Max value from RGB is 236 - color contains mainly: blue. Hex color #6110EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6110EC is #9EEF13. Grayscale: #404040. Windows color (decimal): -10415892 or 15470689. OLE color: 15470689.

HSL color Cylindrical-coordinate representation of color #6110EC: hue angle of 262.09º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6110EC is Cyan = 0.59, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 97 16 236 -
CMYK 0.59 0.93 0 0.07
HSL 262.09º 0.87% 0.49% -
HSV(B) 262.09º 0.93% 0.93% -
XYZ 20.26 8.97 80.02 -
YUV 65.3 224.34 150.61 -
System Red Green Blue C M Y K H S L
Decimal 97 16 236 0.59 0.93 0 0.07 262.09 0.87 0.49
Hex 61 10 EC 3B 5D 0 7 106 57 31
Octal 141 20 354 73 135 0 7 406 127 61
Binary 1100001 10000 11101100 111011 1011101 0 111 100000110 1010111 110001

Color Harmonies of #6110EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6110EC

Black with #6110EC

Text Example


Text Example

White with #6110EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6110EC; }

 p { color: rgb(97,16,236); }

 H1.HeaderClassName
 {
   color: #6110EC;
 }
 .AnyTagClassName
 {
   color: #6110EC;
 }
</style>

background-color css

<style>
 a { background-color: #6110EC; }

 a { background-color: rgb(97,16,236); }

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

border-color css

<style>
 span { border-color: #6110EC; }

 span { border-color: rgb(97,16,236); }

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