Html Css Color HEX #661FF6 Han Purple

📋 copy color: '#661FF6'

red 102 ◦ green 31 ◦ blue 246

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

Shades of Han Purple #661FF6

Tints of Han Purple #661FF6

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.18%

 BLUE value IS 246 (96.48% from 255) = 64.91%

R = 26.91%
G = 8.18%
B = 64.91%

CMYK

 C value IS 0.59

 M value IS 0.87

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#661FF6 (or 0x661FF6) is known color: Han Purple. HEX triplet: 66, 1F and F6. RGB value is (102,31,246). Sum of RGB (Red+Green+Blue) = 102+31+246=379 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.91% from 379); Green value is 31 (12.5% from 255 or 8.18% from 379); Blue value is 246 (96.48% from 255 or 64.91% from 379); Max value from RGB is 246 - color contains mainly: blue. Hex color #661FF6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #661FF6 is #99E009. Grayscale: #4B4B4B. Windows color (decimal): -10084362 or 16129894. OLE color: 16129894.

HSL color Cylindrical-coordinate representation of color #661FF6: hue angle of 259.81º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #661FF6 is Cyan = 0.59, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 102 31 246 -
CMYK 0.59 0.87 0 0.04
HSL 259.81º 0.92% 0.54% -
HSV(B) 259.81º 0.87% 0.96% -
XYZ 22.6 10.46 88.02 -
YUV 76.74 223.52 146.02 -
System Red Green Blue C M Y K H S L
Decimal 102 31 246 0.59 0.87 0 0.04 259.81 0.92 0.54
Hex 66 1F F6 3B 57 0 4 104 5C 36
Octal 146 37 366 73 127 0 4 404 134 66
Binary 1100110 11111 11110110 111011 1010111 0 100 100000100 1011100 110110

Color Harmonies of #661FF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661FF6

Black with #661FF6

Text Example


Text Example

White with #661FF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,31,246); }

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

background-color css

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

 a { background-color: rgb(102,31,246); }

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

border-color css

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

 span { border-color: rgb(102,31,246); }

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