Html Css Color HEX #611FF1 Han Purple

📋 copy color: '#611FF1'

red 97 ◦ green 31 ◦ blue 241

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

Shades of Han Purple #611FF1

Tints of Han Purple #611FF1

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.4%

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

R = 26.29%
G = 8.4%
B = 65.31%

CMYK

 C value IS 0.60

 M value IS 0.87

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#611FF1 (or 0x611FF1) is known color: Han Purple. HEX triplet: 61, 1F and F1. RGB value is (97,31,241). Sum of RGB (Red+Green+Blue) = 97+31+241=369 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.29% from 369); Green value is 31 (12.5% from 255 or 8.40% from 369); Blue value is 241 (94.53% from 255 or 65.31% from 369); Max value from RGB is 241 - color contains mainly: blue. Hex color #611FF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #611FF1 is #9EE00E. Grayscale: #494949. Windows color (decimal): -10412047 or 15802209. OLE color: 15802209.

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

Color convert

RGB 97 31 241 -
CMYK 0.60 0.87 0 0.05
HSL 258.86º 0.88% 0.53% -
HSV(B) 258.86º 0.87% 0.95% -
XYZ 21.3 9.87 84 -
YUV 74.67 221.87 143.92 -
System Red Green Blue C M Y K H S L
Decimal 97 31 241 0.60 0.87 0 0.05 258.86 0.88 0.53
Hex 61 1F F1 3C 57 0 5 103 58 35
Octal 141 37 361 74 127 0 5 403 130 65
Binary 1100001 11111 11110001 111100 1010111 0 101 100000011 1011000 110101

Color Harmonies of #611FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611FF1

Black with #611FF1

Text Example


Text Example

White with #611FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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