Html Css Color HEX #611FEE Han Purple

📋 copy color: '#611FEE'

red 97 ◦ green 31 ◦ blue 238

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

Shades of Han Purple #611FEE

Tints of Han Purple #611FEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 65.03%

R = 26.5%
G = 8.47%
B = 65.03%

CMYK

 C value IS 0.59

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#611FEE (or 0x611FEE) is known color: Han Purple. HEX triplet: 61, 1F and EE. RGB value is (97,31,238). Sum of RGB (Red+Green+Blue) = 97+31+238=366 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.50% from 366); Green value is 31 (12.5% from 255 or 8.47% from 366); Blue value is 238 (93.36% from 255 or 65.03% from 366); Max value from RGB is 238 - color contains mainly: blue. Hex color #611FEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #611FEE is #9EE011. Grayscale: #494949. Windows color (decimal): -10412050 or 15605601. OLE color: 15605601.

HSL color Cylindrical-coordinate representation of color #611FEE: hue angle of 259.13º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #611FEE is Cyan = 0.59, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 97 31 238 -
CMYK 0.59 0.87 0 0.07
HSL 259.13º 0.86% 0.53% -
HSV(B) 259.13º 0.87% 0.93% -
XYZ 20.85 9.69 81.66 -
YUV 74.33 220.37 144.17 -
System Red Green Blue C M Y K H S L
Decimal 97 31 238 0.59 0.87 0 0.07 259.13 0.86 0.53
Hex 61 1F EE 3B 57 0 7 103 56 35
Octal 141 37 356 73 127 0 7 403 126 65
Binary 1100001 11111 11101110 111011 1010111 0 111 100000011 1010110 110101

Color Harmonies of #611FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611FEE

Black with #611FEE

Text Example


Text Example

White with #611FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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