Html Css Color HEX #661AEF Han Purple

📋 copy color: '#661AEF'

red 102 ◦ green 26 ◦ blue 239

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

Shades of Han Purple #661AEF

Tints of Han Purple #661AEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 65.12%

R = 27.79%
G = 7.08%
B = 65.12%

CMYK

 C value IS 0.57

 M value IS 0.89

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#661AEF (or 0x661AEF) is known color: Han Purple. HEX triplet: 66, 1A and EF. RGB value is (102,26,239). Sum of RGB (Red+Green+Blue) = 102+26+239=367 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.79% from 367); Green value is 26 (10.55% from 255 or 7.08% from 367); Blue value is 239 (93.75% from 255 or 65.12% from 367); Max value from RGB is 239 - color contains mainly: blue. Hex color #661AEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #661AEF is #99E510. Grayscale: #484848. Windows color (decimal): -10085649 or 15669862. OLE color: 15669862.

HSL color Cylindrical-coordinate representation of color #661AEF: hue angle of 261.41º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #661AEF is Cyan = 0.57, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 102 26 239 -
CMYK 0.57 0.89 0 0.06
HSL 261.41º 0.87% 0.52% -
HSV(B) 261.41º 0.89% 0.94% -
XYZ 21.43 9.8 82.42 -
YUV 73.01 221.68 148.68 -
System Red Green Blue C M Y K H S L
Decimal 102 26 239 0.57 0.89 0 0.06 261.41 0.87 0.52
Hex 66 1A EF 39 59 0 6 105 57 34
Octal 146 32 357 71 131 0 6 405 127 64
Binary 1100110 11010 11101111 111001 1011001 0 110 100000101 1010111 110100

Color Harmonies of #661AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661AEF

Black with #661AEF

Text Example


Text Example

White with #661AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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