Html Css Color HEX #611DF9 Han Purple

📋 copy color: '#611DF9'

red 97 ◦ green 29 ◦ blue 249

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

Shades of Han Purple #611DF9

Tints of Han Purple #611DF9

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.73%

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

R = 25.87%
G = 7.73%
B = 66.4%

CMYK

 C value IS 0.61

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#611DF9 (or 0x611DF9) is known color: Han Purple. HEX triplet: 61, 1D and F9. RGB value is (97,29,249). Sum of RGB (Red+Green+Blue) = 97+29+249=375 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.87% from 375); Green value is 29 (11.72% from 255 or 7.73% from 375); Blue value is 249 (97.66% from 255 or 66.4% from 375); Max value from RGB is 249 - color contains mainly: blue. Hex color #611DF9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #611DF9 is #9EE206. Grayscale: #494949. Windows color (decimal): -10412551 or 16325985. OLE color: 16325985.

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

Color convert

RGB 97 29 249 -
CMYK 0.61 0.88 0 0.02
HSL 258.55º 0.95% 0.55% -
HSV(B) 258.55º 0.88% 0.98% -
XYZ 22.47 10.26 90.42 -
YUV 74.41 226.53 144.11 -
System Red Green Blue C M Y K H S L
Decimal 97 29 249 0.61 0.88 0 0.02 258.55 0.95 0.55
Hex 61 1D F9 3D 58 0 2 103 5F 37
Octal 141 35 371 75 130 0 2 403 137 67
Binary 1100001 11101 11111001 111101 1011000 0 10 100000011 1011111 110111

Color Harmonies of #611DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611DF9

Black with #611DF9

Text Example


Text Example

White with #611DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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