Html Css Color HEX #611EEC Han Purple

📋 copy color: '#611EEC'

red 97 ◦ green 30 ◦ blue 236

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

Shades of Han Purple #611EEC

Tints of Han Purple #611EEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 65.01%

R = 26.72%
G = 8.26%
B = 65.01%

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

#611EEC (or 0x611EEC) is known color: Han Purple. HEX triplet: 61, 1E and EC. RGB value is (97,30,236). Sum of RGB (Red+Green+Blue) = 97+30+236=363 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.72% from 363); Green value is 30 (12.11% from 255 or 8.26% from 363); Blue value is 236 (92.58% from 255 or 65.01% from 363); Max value from RGB is 236 - color contains mainly: blue. Hex color #611EEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #611EEC is #9EE113. Grayscale: #484848. Windows color (decimal): -10412308 or 15474273. OLE color: 15474273.

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

Color convert

RGB 97 30 236 -
CMYK 0.59 0.87 0 0.07
HSL 259.51º 0.84% 0.52% -
HSV(B) 259.51º 0.87% 0.93% -
XYZ 20.53 9.53 80.11 -
YUV 73.52 219.7 144.75 -
System Red Green Blue C M Y K H S L
Decimal 97 30 236 0.59 0.87 0 0.07 259.51 0.84 0.52
Hex 61 1E EC 3B 57 0 7 104 54 34
Octal 141 36 354 73 127 0 7 404 124 64
Binary 1100001 11110 11101100 111011 1010111 0 111 100000100 1010100 110100

Color Harmonies of #611EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611EEC

Black with #611EEC

Text Example


Text Example

White with #611EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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