Html Css Color HEX #611EF1 Han Purple

📋 copy color: '#611EF1'

red 97 ◦ green 30 ◦ blue 241

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

Shades of Han Purple #611EF1

Tints of Han Purple #611EF1

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.15%

 BLUE value IS 241 (94.53% from 255) = 65.49%

R = 26.36%
G = 8.15%
B = 65.49%

CMYK

 C value IS 0.60

 M value IS 0.88

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#611EF1 (or 0x611EF1) is known color: Han Purple. HEX triplet: 61, 1E and F1. RGB value is (97,30,241). Sum of RGB (Red+Green+Blue) = 97+30+241=368 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.36% from 368); Green value is 30 (12.11% from 255 or 8.15% from 368); Blue value is 241 (94.53% from 255 or 65.49% from 368); Max value from RGB is 241 - color contains mainly: blue. Hex color #611EF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #611EF1 is #9EE10E. Grayscale: #494949. Windows color (decimal): -10412303 or 15801953. OLE color: 15801953.

HSL color Cylindrical-coordinate representation of color #611EF1: hue angle of 259.05º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #611EF1 is Cyan = 0.60, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 97 30 241 -
CMYK 0.60 0.88 0 0.05
HSL 259.05º 0.88% 0.53% -
HSV(B) 259.05º 0.88% 0.95% -
XYZ 21.27 9.82 83.99 -
YUV 74.09 222.2 144.34 -
System Red Green Blue C M Y K H S L
Decimal 97 30 241 0.60 0.88 0 0.05 259.05 0.88 0.53
Hex 61 1E F1 3C 58 0 5 103 58 35
Octal 141 36 361 74 130 0 5 403 130 65
Binary 1100001 11110 11110001 111100 1011000 0 101 100000011 1011000 110101

Color Harmonies of #611EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611EF1

Black with #611EF1

Text Example


Text Example

White with #611EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,30,241); }

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

background-color css

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

 a { background-color: rgb(97,30,241); }

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

border-color css

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

 span { border-color: rgb(97,30,241); }

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