Html Css Color HEX #6119F6 Han Purple

📋 copy color: '#6119F6'

red 97 ◦ green 25 ◦ blue 246

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

Shades of Han Purple #6119F6

Tints of Han Purple #6119F6

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.79%

 BLUE value IS 246 (96.48% from 255) = 66.85%

R = 26.36%
G = 6.79%
B = 66.85%

CMYK

 C value IS 0.61

 M value IS 0.90

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#6119F6 (or 0x6119F6) is known color: Han Purple. HEX triplet: 61, 19 and F6. RGB value is (97,25,246). Sum of RGB (Red+Green+Blue) = 97+25+246=368 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.36% from 368); Green value is 25 (10.16% from 255 or 6.79% from 368); Blue value is 246 (96.48% from 255 or 66.85% from 368); Max value from RGB is 246 - color contains mainly: blue. Hex color #6119F6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6119F6 is #9EE609. Grayscale: #464646. Windows color (decimal): -10413578 or 16128353. OLE color: 16128353.

HSL color Cylindrical-coordinate representation of color #6119F6: hue angle of 259.55º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6119F6 is Cyan = 0.61, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 97 25 246 -
CMYK 0.61 0.90 0 0.04
HSL 259.55º 0.92% 0.53% -
HSV(B) 259.55º 0.9% 0.96% -
XYZ 21.91 9.89 87.94 -
YUV 71.72 226.35 146.03 -
System Red Green Blue C M Y K H S L
Decimal 97 25 246 0.61 0.90 0 0.04 259.55 0.92 0.53
Hex 61 19 F6 3D 5A 0 4 104 5C 35
Octal 141 31 366 75 132 0 4 404 134 65
Binary 1100001 11001 11110110 111101 1011010 0 100 100000100 1011100 110101

Color Harmonies of #6119F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6119F6

Black with #6119F6

Text Example


Text Example

White with #6119F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6119F6; }

 p { color: rgb(97,25,246); }

 H1.HeaderClassName
 {
   color: #6119F6;
 }
 .AnyTagClassName
 {
   color: #6119F6;
 }
</style>

background-color css

<style>
 a { background-color: #6119F6; }

 a { background-color: rgb(97,25,246); }

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

border-color css

<style>
 span { border-color: #6119F6; }

 span { border-color: rgb(97,25,246); }

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