Html Css Color HEX #661571 Seance

📋 copy color: '#661571'

red 102 ◦ green 21 ◦ blue 113

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

Shades of Seance #661571

Tints of Seance #661571

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.9%

 BLUE value IS 113 (44.53% from 255) = 47.88%

R = 43.22%
G = 8.9%
B = 47.88%

CMYK

 C value IS 0.10

 M value IS 0.81

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#661571 (or 0x661571) is known color: Seance. HEX triplet: 66, 15 and 71. RGB value is (102,21,113). Sum of RGB (Red+Green+Blue) = 102+21+113=236 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.22% from 236); Green value is 21 (8.59% from 255 or 8.90% from 236); Blue value is 113 (44.53% from 255 or 47.88% from 236); Max value from RGB is 113 - color contains mainly: blue. Hex color #661571 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #661571 is #99EA8E. Grayscale: #373737. Windows color (decimal): -10087055 or 7411046. OLE color: 7411046.

HSL color Cylindrical-coordinate representation of color #661571: hue angle of 292.83º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #661571 is Cyan = 0.10, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 102 21 113 -
CMYK 0.10 0.81 0 0.56
HSL 292.83º 0.69% 0.26% -
HSV(B) 292.83º 0.81% 0.44% -
XYZ 8.73 4.55 16.04 -
YUV 55.71 160.34 161.02 -
System Red Green Blue C M Y K H S L
Decimal 102 21 113 0.10 0.81 0 0.56 292.83 0.69 0.26
Hex 66 15 71 A 51 0 38 125 45 1A
Octal 146 25 161 12 121 0 70 445 105 32
Binary 1100110 10101 1110001 1010 1010001 0 111000 100100101 1000101 11010

Color Harmonies of #661571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661571

Black with #661571

Text Example


Text Example

White with #661571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661571; }

 p { color: rgb(102,21,113); }

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

background-color css

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

 a { background-color: rgb(102,21,113); }

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

border-color css

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

 span { border-color: rgb(102,21,113); }

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