Html Css Color HEX #611CF6 Han Purple

📋 copy color: '#611CF6'

red 97 ◦ green 28 ◦ blue 246

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

Shades of Han Purple #611CF6

Tints of Han Purple #611CF6

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.55%

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

R = 26.15%
G = 7.55%
B = 66.31%

CMYK

 C value IS 0.61

 M value IS 0.89

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#611CF6 (or 0x611CF6) is known color: Han Purple. HEX triplet: 61, 1C and F6. RGB value is (97,28,246). Sum of RGB (Red+Green+Blue) = 97+28+246=371 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.15% from 371); Green value is 28 (11.33% from 255 or 7.55% from 371); Blue value is 246 (96.48% from 255 or 66.31% from 371); Max value from RGB is 246 - color contains mainly: blue. Hex color #611CF6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #611CF6 is #9EE309. Grayscale: #484848. Windows color (decimal): -10412810 or 16129121. OLE color: 16129121.

HSL color Cylindrical-coordinate representation of color #611CF6: hue angle of 258.99º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #611CF6 is Cyan = 0.61, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 97 28 246 -
CMYK 0.61 0.89 0 0.04
HSL 258.99º 0.92% 0.54% -
HSV(B) 258.99º 0.89% 0.96% -
XYZ 21.98 10.03 87.97 -
YUV 73.48 225.36 144.77 -
System Red Green Blue C M Y K H S L
Decimal 97 28 246 0.61 0.89 0 0.04 258.99 0.92 0.54
Hex 61 1C F6 3D 59 0 4 103 5C 36
Octal 141 34 366 75 131 0 4 403 134 66
Binary 1100001 11100 11110110 111101 1011001 0 100 100000011 1011100 110110

Color Harmonies of #611CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611CF6

Black with #611CF6

Text Example


Text Example

White with #611CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611CF6; }

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

 H1.HeaderClassName
 {
   color: #611CF6;
 }
 .AnyTagClassName
 {
   color: #611CF6;
 }
</style>

background-color css

<style>
 a { background-color: #611CF6; }

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

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

border-color css

<style>
 span { border-color: #611CF6; }

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

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