Html Css Color HEX #661AF0 Han Purple

📋 copy color: '#661AF0'

red 102 ◦ green 26 ◦ blue 240

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

Shades of Han Purple #661AF0

Tints of Han Purple #661AF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 65.22%

R = 27.72%
G = 7.07%
B = 65.22%

CMYK

 C value IS 0.58

 M value IS 0.89

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#661AF0 (or 0x661AF0) is known color: Han Purple. HEX triplet: 66, 1A and F0. RGB value is (102,26,240). Sum of RGB (Red+Green+Blue) = 102+26+240=368 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.72% from 368); Green value is 26 (10.55% from 255 or 7.07% from 368); Blue value is 240 (94.14% from 255 or 65.22% from 368); Max value from RGB is 240 - color contains mainly: blue. Hex color #661AF0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #661AF0 is #99E50F. Grayscale: #484848. Windows color (decimal): -10085648 or 15735398. OLE color: 15735398.

HSL color Cylindrical-coordinate representation of color #661AF0: hue angle of 261.31º degrees, saturation: 0.88, 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 #661AF0 is Cyan = 0.58, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 102 26 240 -
CMYK 0.58 0.89 0 0.06
HSL 261.31º 0.88% 0.52% -
HSV(B) 261.31º 0.89% 0.94% -
XYZ 21.58 9.85 83.2 -
YUV 73.12 222.18 148.6 -
System Red Green Blue C M Y K H S L
Decimal 102 26 240 0.58 0.89 0 0.06 261.31 0.88 0.52
Hex 66 1A F0 3A 59 0 6 105 58 34
Octal 146 32 360 72 131 0 6 405 130 64
Binary 1100110 11010 11110000 111010 1011001 0 110 100000101 1011000 110100

Color Harmonies of #661AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661AF0

Black with #661AF0

Text Example


Text Example

White with #661AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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