Html Css Color HEX #611AEC Han Purple

📋 copy color: '#611AEC'

red 97 ◦ green 26 ◦ blue 236

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

Shades of Han Purple #611AEC

Tints of Han Purple #611AEC

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.24%

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

R = 27.02%
G = 7.24%
B = 65.74%

CMYK

 C value IS 0.59

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#611AEC (or 0x611AEC) is known color: Han Purple. HEX triplet: 61, 1A and EC. RGB value is (97,26,236). Sum of RGB (Red+Green+Blue) = 97+26+236=359 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.02% from 359); Green value is 26 (10.55% from 255 or 7.24% from 359); Blue value is 236 (92.58% from 255 or 65.74% from 359); Max value from RGB is 236 - color contains mainly: blue. Hex color #611AEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #611AEC is #9EE513. Grayscale: #464646. Windows color (decimal): -10413332 or 15473249. OLE color: 15473249.

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

Color convert

RGB 97 26 236 -
CMYK 0.59 0.89 0 0.07
HSL 260.29º 0.85% 0.51% -
HSV(B) 260.29º 0.89% 0.93% -
XYZ 20.44 9.34 80.08 -
YUV 71.17 221.02 146.42 -
System Red Green Blue C M Y K H S L
Decimal 97 26 236 0.59 0.89 0 0.07 260.29 0.85 0.51
Hex 61 1A EC 3B 59 0 7 104 55 33
Octal 141 32 354 73 131 0 7 404 125 63
Binary 1100001 11010 11101100 111011 1011001 0 111 100000100 1010101 110011

Color Harmonies of #611AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611AEC

Black with #611AEC

Text Example


Text Example

White with #611AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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