Html Css Color HEX #6111F9 Han Purple

📋 copy color: '#6111F9'

red 97 ◦ green 17 ◦ blue 249

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

Shades of Han Purple #6111F9

Tints of Han Purple #6111F9

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.68%

 BLUE value IS 249 (97.66% from 255) = 68.6%

R = 26.72%
G = 4.68%
B = 68.6%

CMYK

 C value IS 0.61

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6111F9 (or 0x6111F9) is known color: Han Purple. HEX triplet: 61, 11 and F9. RGB value is (97,17,249). Sum of RGB (Red+Green+Blue) = 97+17+249=363 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.72% from 363); Green value is 17 (7.03% from 255 or 4.68% from 363); Blue value is 249 (97.66% from 255 or 68.60% from 363); Max value from RGB is 249 - color contains mainly: blue. Hex color #6111F9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6111F9 is #9EEE06. Grayscale: #424242. Windows color (decimal): -10415623 or 16322913. OLE color: 16322913.

HSL color Cylindrical-coordinate representation of color #6111F9: hue angle of 260.69º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6111F9 is Cyan = 0.61, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 97 17 249 -
CMYK 0.61 0.93 0 0.02
HSL 260.69º 0.95% 0.52% -
HSV(B) 260.69º 0.93% 0.98% -
XYZ 22.23 9.78 90.34 -
YUV 67.37 230.5 149.14 -
System Red Green Blue C M Y K H S L
Decimal 97 17 249 0.61 0.93 0 0.02 260.69 0.95 0.52
Hex 61 11 F9 3D 5D 0 2 105 5F 34
Octal 141 21 371 75 135 0 2 405 137 64
Binary 1100001 10001 11111001 111101 1011101 0 10 100000101 1011111 110100

Color Harmonies of #6111F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6111F9

Black with #6111F9

Text Example


Text Example

White with #6111F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6111F9; }

 p { color: rgb(97,17,249); }

 H1.HeaderClassName
 {
   color: #6111F9;
 }
 .AnyTagClassName
 {
   color: #6111F9;
 }
</style>

background-color css

<style>
 a { background-color: #6111F9; }

 a { background-color: rgb(97,17,249); }

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

border-color css

<style>
 span { border-color: #6111F9; }

 span { border-color: rgb(97,17,249); }

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