Html Css Color HEX #661EE1 Han Purple

📋 copy color: '#661EE1'

red 102 ◦ green 30 ◦ blue 225

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

Shades of Han Purple #661EE1

Tints of Han Purple #661EE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 63.03%

R = 28.57%
G = 8.4%
B = 63.03%

CMYK

 C value IS 0.55

 M value IS 0.87

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#661EE1 (or 0x661EE1) is known color: Han Purple. HEX triplet: 66, 1E and E1. RGB value is (102,30,225). Sum of RGB (Red+Green+Blue) = 102+30+225=357 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.57% from 357); Green value is 30 (12.11% from 255 or 8.40% from 357); Blue value is 225 (88.28% from 255 or 63.03% from 357); Max value from RGB is 225 - color contains mainly: blue. Hex color #661EE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #661EE1 is #99E11E. Grayscale: #494949. Windows color (decimal): -10084639 or 14753382. OLE color: 14753382.

HSL color Cylindrical-coordinate representation of color #661EE1: hue angle of 262.15º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #661EE1 is Cyan = 0.55, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 102 30 225 -
CMYK 0.55 0.87 0 0.12
HSL 262.15º 0.76% 0.5% -
HSV(B) 262.15º 0.87% 0.88% -
XYZ 19.53 9.19 71.98 -
YUV 73.76 213.35 148.14 -
System Red Green Blue C M Y K H S L
Decimal 102 30 225 0.55 0.87 0 0.12 262.15 0.76 0.5
Hex 66 1E E1 37 57 0 C 106 4C 32
Octal 146 36 341 67 127 0 14 406 114 62
Binary 1100110 11110 11100001 110111 1010111 0 1100 100000110 1001100 110010

Color Harmonies of #661EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661EE1

Black with #661EE1

Text Example


Text Example

White with #661EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,30,225); }

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

background-color css

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

 a { background-color: rgb(102,30,225); }

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

border-color css

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

 span { border-color: rgb(102,30,225); }

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