Html Css Color HEX #661AE2 Han Purple

📋 copy color: '#661AE2'

red 102 ◦ green 26 ◦ blue 226

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

Shades of Han Purple #661AE2

Tints of Han Purple #661AE2

RGB

 RED value IS 102 (40.23% from 255) = 28.81%

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

 BLUE value IS 226 (88.67% from 255) = 63.84%

R = 28.81%
G = 7.34%
B = 63.84%

CMYK

 C value IS 0.55

 M value IS 0.88

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#661AE2 (or 0x661AE2) is known color: Han Purple. HEX triplet: 66, 1A and E2. RGB value is (102,26,226). Sum of RGB (Red+Green+Blue) = 102+26+226=354 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.81% from 354); Green value is 26 (10.55% from 255 or 7.34% from 354); Blue value is 226 (88.67% from 255 or 63.84% from 354); Max value from RGB is 226 - color contains mainly: blue. Hex color #661AE2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #661AE2 is #99E51D. Grayscale: #464646. Windows color (decimal): -10085662 or 14817894. OLE color: 14817894.

HSL color Cylindrical-coordinate representation of color #661AE2: hue angle of 262.8º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #661AE2 is Cyan = 0.55, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 102 26 226 -
CMYK 0.55 0.88 0 0.11
HSL 262.8º 0.79% 0.49% -
HSV(B) 262.8º 0.88% 0.89% -
XYZ 19.58 9.05 72.67 -
YUV 71.52 215.18 149.74 -
System Red Green Blue C M Y K H S L
Decimal 102 26 226 0.55 0.88 0 0.11 262.8 0.79 0.49
Hex 66 1A E2 37 58 0 B 107 4F 31
Octal 146 32 342 67 130 0 13 407 117 61
Binary 1100110 11010 11100010 110111 1011000 0 1011 100000111 1001111 110001

Color Harmonies of #661AE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661AE2

Black with #661AE2

Text Example


Text Example

White with #661AE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661AE2; }

 p { color: rgb(102,26,226); }

 H1.HeaderClassName
 {
   color: #661AE2;
 }
 .AnyTagClassName
 {
   color: #661AE2;
 }
</style>

background-color css

<style>
 a { background-color: #661AE2; }

 a { background-color: rgb(102,26,226); }

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

border-color css

<style>
 span { border-color: #661AE2; }

 span { border-color: rgb(102,26,226); }

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